You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Orleans.Runtime/Configuration/Options/GrainDirectoryOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ public enum CachingStrategyType
16
16
/// <summary>Standard fixed-size LRU.</summary>
17
17
LRU,
18
18
/// <summary>Adaptive caching with fixed maximum size and refresh. This option should be used in production.</summary>
19
-
[Obsolete("Adaptive caching is deprecated in favor of LRU and will be removed in a future version.")]
19
+
[Obsolete("Adaptive caching is deprecated in favor of LRU and will be removed in a future version. This value is now an alias for LRU.")]
20
20
Adaptive,
21
21
/// <summary>Custom cache implementation, configured by registering an <see cref="IGrainDirectoryCache"/> implementation in the dependency injection container.</summary>
0 commit comments