CacheManager.CacheResult.Expires Property

Definition

Gets the expiry date of this cache entry, expressed in milliseconds since midnight, January 1, 1970 UTC.

public virtual long Expires { [Android.Runtime.Register("getExpires", "()J", "GetGetExpiresHandler")] get; }
[<get: Android.Runtime.Register("getExpires", "()J", "GetGetExpiresHandler")>]
member this.Expires : int64

Property Value

the expiry date of this cache entry

Attributes

Remarks

Gets the expiry date of this cache entry, expressed in milliseconds since midnight, January 1, 1970 UTC.

Java documentation for android.webkit.CacheManager.CacheResult.getExpires().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to