Düzenle

Aracılığıyla paylaş


GlobalConfiguration.DirectoryCachingStrategyType Enum

Definition

Configuration type that controls the type of the grain directory caching algorithm that silo use.

public enum GlobalConfiguration.DirectoryCachingStrategyType
type GlobalConfiguration.DirectoryCachingStrategyType = 
Public Enum GlobalConfiguration.DirectoryCachingStrategyType
Inheritance
GlobalConfiguration.DirectoryCachingStrategyType

Fields

Adaptive 2

Adaptive caching with fixed maximum size and refresh. This option should be used in production.

LRU 1

Standard fixed-size LRU.

None 0

Don't cache.

Applies to