A Least Recently Used(LRU) cache stores items in-memory and evicts the oldest(less used) ones as soon as the allocated memory (or item count) has been reached. Storing data in-memory before reaching for an external cache increases speed and decrease the dependency on the external cache. It is also possible to fallback to in-memory caches like an…
rehanvdm/lru-cache-fallback-strategy
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
About
A Least Recently Used(LRU) cache stores items in-memory and evicts the oldest(less used) ones as soon as the allocated memory (or item count) has been reached. Storing data in-memory before reaching for an external cache increases speed and decrease the dependency on the external cache. It is also possible to fallback to in-memory caches like an…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published