Crates.io | shared_lru |
lib.rs | shared_lru |
version | 0.1.5 |
source | src |
created_at | 2021-12-06 04:26:14.359839 |
updated_at | 2021-12-11 06:32:55.430775 |
description | Have multiple caches with heterogenous tracking of recency |
homepage | |
repository | https://github.com/shelbyd/shared_lru |
max_upload_size | |
id | 493006 |
size | 19,100 |
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.