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
hit function in LRU cache can give funny results
Add eviction implementation to LIRSCache
Benchmark v0.5.x against Google Guava
Create function backed cache
It appears that TTL cache exhibits quadratic performance (+ its evict is buggy)
Add some examples to github page
Missing LU and LRU is linear complexity - performance
Is IPersistentCollection definition of cons correct?
make-reference need not be dynamic
SoftCache NullPointerException in has? with many threads
Asynchronous Cache Support
Explore JSR 107- Java Temporary Caching API