Redigera

Dela via


GlobalConfiguration.DirectoryCachingStrategy Property

Definition

The DirectoryCachingStrategy attribute specifies the caching strategy to use. The options are None, which means don't cache directory entries locally; LRU, which indicates that a standard fixed-size least recently used strategy should be used; and Adaptive, which indicates that an adaptive strategy with a fixed maximum size should be used. The Adaptive strategy is used by default.

public Orleans.Runtime.Configuration.GlobalConfiguration.DirectoryCachingStrategyType DirectoryCachingStrategy { get; set; }
member this.DirectoryCachingStrategy : Orleans.Runtime.Configuration.GlobalConfiguration.DirectoryCachingStrategyType with get, set
Public Property DirectoryCachingStrategy As GlobalConfiguration.DirectoryCachingStrategyType

Property Value

Applies to