ConcurrentCache: FIFO cache eviction and time-based eviction #176
Replies: 3 comments 4 replies
-
Hi, What you mean by FIFO? FIFO is a way of access to the data structure that doesn't support random access (e.g. queue). |
Beta Was this translation helpful? Give feedback.
-
Hi @sakno |
Beta Was this translation helpful? Give feedback.
-
Closing because |
Beta Was this translation helpful? Give feedback.
-
Hello,
Are there any plans of adding FIFO and time-based (e.g. time aware least recently used) eviction policies to
ConcurrentCache
?Beta Was this translation helpful? Give feedback.
All reactions