OfflineFileCache Class
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.
An offline cache provider for Azure App Configuration that uses the file system to store data.
public class OfflineFileCache : Microsoft.Extensions.Configuration.AzureAppConfiguration.IOfflineCache
type OfflineFileCache = class
interface IOfflineCache
Public Class OfflineFileCache
Implements IOfflineCache
- Inheritance
-
System.ObjectOfflineFileCache
- Implements
Constructors
OfflineFileCache(OfflineFileCacheOptions) |
A cache used for storing Azure App Configuration data using the file system. Supports encryption of the stored data. |
Methods
Export(AzureAppConfigurationOptions, String) |
An implementation of Export(AzureAppConfigurationOptions, String) that caches the data in the file system. |
Import(AzureAppConfigurationOptions) |
An implementation of Import(AzureAppConfigurationOptions) that retrieves the cached data from the file system. |