Android.Webkit.WebSettings.CacheMode Property
Gets the current setting for overriding the cache mode.

Syntax

[get: Android.Runtime.Register("getCacheMode", "()I", "GetGetCacheModeHandler")]
[set: Android.Runtime.Register("setCacheMode", "(I)V", "GetSetCacheMode_IHandler")]
public virtual CacheModes CacheMode { get; set; }

See Also

WebSettings.CacheMode

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the current setting for overriding the cache mode.

Set method documentation [Android Documentation]

Overrides the way the cache is used. The way the cache is used is based on the navigation type. For a normal page load, the cache is checked and content is re-validated as needed. When navigating back, content is not revalidated, instead the content is just retrieved from the cache. This method allows the client to override this behavior by specifying one of WebSettings.LOAD_DEFAULT, WebSettings.LOAD_CACHE_ELSE_NETWORK, WebSettings.LOAD_NO_CACHE or WebSettings.LOAD_CACHE_ONLY. The default value is WebSettings.LOAD_DEFAULT.

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1