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