Share via


ApplicationData.LocalCachePath Property

Definition

A string value that represents the path for the local cache data store not included in backup and restore operations.

public:
 property Platform::String ^ LocalCachePath { Platform::String ^ get(); };
winrt::hstring LocalCachePath();
public string LocalCachePath { get; }
var string = applicationData.localCachePath;
Public ReadOnly Property LocalCachePath As String

Property Value

String

Platform::String

winrt::hstring

Returns the path for the local cache data store not included in backup and restore operations.

Remarks

This is equivalent to Windows.Storage.ApplicationData.LocalCacheFolder().Path.

Applies to