You are currently using a new, unsaved search.
SoftCache NullPointerException in has? with many threads
make-reference need not be dynamic
Is IPersistentCollection definition of cons correct?
Missing LU and LRU is linear complexity - performance
hit function in LRU cache can give funny results
Overwriting entries in LRU-cache deletes LRU key-values unnecessarily
Deprecate Clache
Numerous Reflective Calls in core.cache
TTLCache appears to have inconsistent behavior with respect to the TTL parameter
Implement SoftCache
Change limit parameter name in TTLCache
LRU and LU caches never evict entries that came in as a seed and are never accessed
Add some examples to github page
Create 3-arg version of lookup
Create function backed cache
Explore JSR 107- Java Temporary Caching API
Benchmark v0.5.x against Google Guava
It appears that TTL cache exhibits quadratic performance (+ its evict is buggy)
Asynchronous Cache Support
Cut 0.5.0 release jar
Add eviction implementation to LUCache
Add eviction implementation to TTLCache
Add eviction implementation to LRUCache
LRUCache miss explodes if given an empty lru table
Add eviction implementation to FIFOCache
FIFOCache seed does not properly seed the FIFO queue
Add eviction implementation to LIRSCache
Added LIRS factory fn
Add LIRS support.
Storing falsey value in underlying struct causes failure in get with not-found arg