共用方式為


GlobalConfiguration.DirectoryCachingStrategy 屬性

定義

DirectoryCachingStrategy 屬性會指定要使用的快取策略。 選項為 None,這表示不要在本機快取目錄專案;LRU,指出應該使用標準最小固定大小最近使用的策略;和 Adaptive,表示應該使用具有固定大小上限的調適型策略。 預設會使用調適型策略。

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

屬性值

適用於