Module cached

Module cached 

Source

Structsยง

CacheD
CacheD is 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.
MultiGetIterator
MultiGetIterator allows iterating over multiple keys and getting the value corresponding to each key.
MultiGetMapIterator
MultiGetMapIterator allows iterating over multiple keys, performing a map operation over each key and then getting the value corresponding to each key.