Interface IFileCacheConfiguration
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileCacheConfiguration
Properties
MaxSize
long MaxSize { get; }
CleanUpInterval
int CleanUpInterval { get; }
MaxUtilizationThreshold
int MaxUtilizationThreshold { get; }
UtilizationTarget
int UtilizationTarget { get; }
LogFileCacheAccess
bool LogFileCacheAccess { get; }
RootPath
string RootPath { get; }