ConcurrentCache: FIFO cache eviction and time-based eviction #176
Closed
adambajguz
started this conversation in
Ideas
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). |
0 replies
|
Hi @sakno |
4 replies
|
Closing because |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Are there any plans of adding FIFO and time-based (e.g. time aware least recently used) eviction policies to
ConcurrentCache?All reactions