Clear the cache.
Get all (key, value) pairs currently cached.
Get a value from the cache.
Get a value from the cache. Also requires a call-by-name argument for creating the value on cache miss.
Put or update a value in the cache.
Get size, hits, and misses stats for the cache.
A simple LRU cache using soft references.