GlobalConfiguration.DirectoryCachingStrategy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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