dotnet / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
1.62k stars 121 forks source link

ConcurrentCache: FIFO cache eviction and time-based eviction #175

Closed adambajguz closed 1 year ago

adambajguz commented 1 year ago

Hello, Are there any plans of adding FIFO and time-based (e.g. time aware least recently used) eviction policies to ConcurrentCache?