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;", "")>]
static member CacheFileBaseDir : Java.IO.File

Property Value

the base directory of the cache

Attributes

Remarks

Gets the base directory in which the files used to store the contents of cache entries are placed. See CacheManager.CacheResult#getLocalPath CacheManager.CacheResult.getLocalPath().

This member is deprecated. This method no longer has any effect and always returns null.

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