Enum GlobalConfiguration.DirectoryCachingStrategyType
Configuration type that controls the type of the grain directory caching algorithm that silo use.
Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public enum DirectoryCachingStrategyType : int
Fields
| Name | Description |
|---|---|
| Adaptive | Adaptive caching with fixed maximum size and refresh. This option should be used in production. |
| LRU | Standard fixed-size LRU. |
| None | Don't cache. |