multi-level-cache topic

List multi-level-cache repositories

LruClockCache

59
Stars
5
Forks
Watchers

A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.

go-cache

128
Stars
9
Forks
Watchers

A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.