Back to Website
Show / Hide Table of Contents

Interface IFileCacheConfiguration

Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileCacheConfiguration

Properties

CleanUpInterval

Declaration
int CleanUpInterval { get; }
Property Value
Type Description
System.Int32

MaxSize

Declaration
long MaxSize { get; }
Property Value
Type Description
System.Int64

MaxUtilizationThreshold

Declaration
int MaxUtilizationThreshold { get; }
Property Value
Type Description
System.Int32

RootPath

Declaration
string RootPath { get; }
Property Value
Type Description
System.String

UtilizationTarget

Declaration
int UtilizationTarget { get; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...