Skip to content

Commit ab5cdad

Browse files
committed
Deprecate LRU/LFU cache classes
1 parent d2c4bf7 commit ab5cdad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DotNext/Runtime/Caching/CacheEvictionPolicy.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace DotNext.Runtime.Caching;
33
/// <summary>
44
/// Represents cache eviction policy.
55
/// </summary>
6+
[Obsolete("Use RandomAccessCache from DotNext.Threading library instead.")]
67
public enum CacheEvictionPolicy
78
{
89
/// <summary>

0 commit comments

Comments
 (0)