CacheManager.CacheResult.LocalPath Property

Definition

Gets the path of the file used to store the content of this cache entry, relative to the base directory of the cache.

public virtual string? LocalPath { [Android.Runtime.Register("getLocalPath", "()Ljava/lang/String;", "GetGetLocalPathHandler")] get; }
[<get: Android.Runtime.Register("getLocalPath", "()Ljava/lang/String;", "GetGetLocalPathHandler")>]
member this.LocalPath : string

Property Value

the path of the file used to store this cache entry

Attributes

Remarks

Gets the path of the file used to store the content of this cache entry, relative to the base directory of the cache. See CacheManager#getCacheFileBaseDir CacheManager.getCacheFileBaseDir().

Java documentation for android.webkit.CacheManager.CacheResult.getLocalPath().

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