CacheManager.CacheFileBaseDir Property

Definition

Caution

deprecated

Gets the base directory in which the files used to store the contents of cache entries are placed.

[System.Obsolete("deprecated")]
public static Java.IO.File? CacheFileBaseDir { [Android.Runtime.Register("getCacheFileBaseDir", "()Ljava/io/File;", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getCacheFileBaseDir", "()Ljava/io/File;", "")>]
member this.CacheFileBaseDir : Java.IO.File

Property Value

File

the base directory of the cache

Attributes

Remarks

Java documentation for android.webkit.CacheManager.getCacheFileBaseDir().

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