Interface IFileCacheConfiguration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileCacheConfiguration
Properties
CleanUpInterval
Declaration
int CleanUpInterval { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
LogFileCacheAccess
Declaration
bool LogFileCacheAccess { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaxSize
Declaration
Property Value
| Type |
Description |
| System.Int64 |
|
MaxUtilizationThreshold
Declaration
int MaxUtilizationThreshold { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
RootPath
Declaration
Property Value
| Type |
Description |
| System.String |
|
UtilizationTarget
Declaration
int UtilizationTarget { get; }
Property Value
| Type |
Description |
| System.Int32 |
|