WebSettings.CacheMode Property

Definition

Gets the current setting for overriding the cache mode.

public abstract Android.Webkit.CacheModes CacheMode { [Android.Runtime.Register("getCacheMode", "()I", "GetGetCacheModeHandler")] get; [Android.Runtime.Register("setCacheMode", "(I)V", "GetSetCacheMode_IHandler")] set; }
[<get: Android.Runtime.Register("getCacheMode", "()I", "GetGetCacheModeHandler")>]
[<set: Android.Runtime.Register("setCacheMode", "(I)V", "GetSetCacheMode_IHandler")>]
member this.CacheMode : Android.Webkit.CacheModes with get, set

Property Value

Attributes

Remarks

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

See also