Released core.cache v0.6.2

core.cache v0.6.2 Release Notes core.cache is a Clojure contrib library providing the following features: An underlying CacheProtocol used as the base abstraction for implementing new synchronous caches A defcache macro for hooking your CacheProtocol implementations into the Clojure associative data capabilities. Immutable implementations of some basic caching strategies First-in-first-out (FIFOCache) Least-recently-used (LRUCache) Least-used (LUCache) Time-to-live [...]
 •  0 comments  •  flag
Share on Twitter
Published on August 14, 2012 07:58
No comments have been added yet.