Back to Website
Show / Hide Table of Contents

Class FileCacheConfiguration

Inheritance
System.Object
FileCacheConfiguration
Implements
IFileCacheConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FileCacheConfiguration : IFileCacheConfiguration

Constructors

FileCacheConfiguration()

Declaration
public FileCacheConfiguration()

FileCacheConfiguration(IApplicationEnvironment)

Declaration
public FileCacheConfiguration(IApplicationEnvironment applicationEnvironment)
Parameters
Type Name Description
IApplicationEnvironment applicationEnvironment

FileCacheConfiguration(IApplicationEnvironment, IConfigurationReader)

Declaration
public FileCacheConfiguration(IApplicationEnvironment applicationPathsResolver, IConfigurationReader configurationReader)
Parameters
Type Name Description
IApplicationEnvironment applicationPathsResolver
IConfigurationReader configurationReader

Properties

CleanUpInterval

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

LogFileCacheAccess

Declaration
public bool LogFileCacheAccess { get; }
Property Value
Type Description
System.Boolean

MaxSize

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

MaxUtilizationThreshold

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

RootPath

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

UtilizationTarget

Declaration
public int UtilizationTarget { get; set; }
Property Value
Type Description
System.Int32

Implements

IFileCacheConfiguration
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback