You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
When some small data gets evicted from mem_cache, then it becomes hot (frequent access). But in the current implementation, there is no chance for this data to go back to the memory cache.
(Maybe we when get_data_from_cache, we can identify this kind of data, delete it from disk cache, and re-add it into memory cache. But how to identify it?)
The text was updated successfully, but these errors were encountered:
When some small data gets evicted from mem_cache, then it becomes hot (frequent access). But in the current implementation, there is no chance for this data to go back to the memory cache.
(Maybe we when get_data_from_cache, we can identify this kind of data, delete it from disk cache, and re-add it into memory cache. But how to identify it?)
The text was updated successfully, but these errors were encountered: