Skip to main content

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; }
Was this page helpful?