GrainDirectoryOptions.CachingStrategy 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.
Gets or sets 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.Configuration.GrainDirectoryOptions.CachingStrategyType CachingStrategy { get; set; }
member this.CachingStrategy : Orleans.Configuration.GrainDirectoryOptions.CachingStrategyType with get, set
Public Property CachingStrategy As GrainDirectoryOptions.CachingStrategyType