Android.Webkit.WebView.ClearCache Method
Clears the resource cache.

Syntax

[Android.Runtime.Register("clearCache", "(Z)V", "GetClearCache_ZHandler")]
public virtual void ClearCache (bool includeDiskFiles)

Parameters

includeDiskFiles
if false, only the RAM cache is cleared

Remarks

Clears the resource cache. Note that the cache is per-application, so this will clear the cache for all WebViews used.

[Android Documentation]

Requirements

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