shared_lru 0.1.5

Have multiple caches with heterogenous tracking of recency
Documentation
# shared_lru

An LRU cache that keeps the most recently used values across many different caches.

This allows an entire server, for example, to keep K MB of heterogenous memory for cache.
Different caches connected to the same SharedLru will use the same "pool" of recency.