Replies: 1 comment
-
Thank you for the idea. (and sorry for a late reply) I think locking/delayed eviction will not fit very well to the current We will need to decide what the new cache should do in the following cases:
Do you use these features? If so, what do you expect the new cache to do in these cases? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I use moka as shared state of my application to avoid high memory usage. However sometimes if a long lived future holds a state for too long, it may get evicted and lose sync with other futures. I'd like to have something like
And when
LockResult
is dropped, that entry is free to update to evict.Beta Was this translation helpful? Give feedback.
All reactions