Skip to content

Commit 52374e1

Browse files
committed
2
1 parent 7f998d1 commit 52374e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Orleans.Runtime/Configuration/Options/GrainDirectoryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public enum CachingStrategyType
1616
/// <summary>Standard fixed-size LRU.</summary>
1717
LRU,
1818
/// <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.")]
2020
Adaptive,
2121
/// <summary>Custom cache implementation, configured by registering an <see cref="IGrainDirectoryCache"/> implementation in the dependency injection container.</summary>
2222
Custom

0 commit comments

Comments
 (0)