You are currently using a new, unsaved search.
LRU and LU caches never evict entries that came in as a seed and are never accessed
Storing falsey value in underlying struct causes failure in get with not-found arg
Add LIRS support.
Added LIRS factory fn
FIFOCache seed does not properly seed the FIFO queue
Add eviction implementation to FIFOCache
LRUCache miss explodes if given an empty lru table
Add eviction implementation to LRUCache
Add eviction implementation to TTLCache
Add eviction implementation to LUCache
Cut 0.5.0 release jar
Create 3-arg version of lookup
Implement SoftCache
Overwriting entries in LRU-cache deletes LRU key-values unnecessarily
Numerous Reflective Calls in core.cache
TTLCache appears to have inconsistent behavior with respect to the TTL parameter
Deprecate Clache
Change limit parameter name in TTLCache