Module tinylfu_cached::cache::cached
source · Structs
CacheDis a high performance, LFU based in-memory cache. Cached provides various behaviors including:put,put_with_weight,put_with_ttl,get,get_ref,map_get_ref,multi_get,delete,put_or_update.MultiGetIteratorallows iterating over multiple keys and getting the value corresponding to each key.MultiGetMapIteratorallows iterating over multiple keys, performing a map operation over each key and then getting the value corresponding to each key.