ApplicationData.LocalCacheFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A StorageFolder for the local cache data store, which is not included in backup and restore operations.
public:
property StorageFolder ^ LocalCacheFolder { StorageFolder ^ get(); };
StorageFolder LocalCacheFolder();
public StorageFolder LocalCacheFolder { get; }
var storageFolder = applicationData.localCacheFolder;
Public ReadOnly Property LocalCacheFolder As StorageFolder
Property Value
Returns a StorageFolder for the local cache data store.