Interface IFilesystemDataCache
- Namespace
- Datafication.Core.Caching
- Assembly
- Datafication.Core.dll
Provides an interface for connectors that support data caching using the filesystem.
public interface IFilesystemDataCache : IDataCache
- Inherited Members
Properties
CacheDirectory
Gets the directory path where cached data will be stored.
string CacheDirectory { get; }
Property Value
- string
The directory path for caching.