Düzenle

Aracılığıyla paylaş


GrainDirectoryOptions.CachingStrategy Property

Definition

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

Property Value

Applies to