| cache-dot-clj | A resettable memoize |
| core.cache | A caching library for Clojure implementing various cache strategies. |
| core.memoize | core.memoize is a Clojure contrib library providing the following features: * An underlying PluggableMemoization protocol that allows the use of customizable and swappable memoization caches that adhere to the synchronous CacheProtocol found in core.cache * Memoization builders for implementations of common caching strategies core.memoize is based on a library named Unk, found at http://github.com/fogus/unk that is planned for deprecation. |
| mcache | A protocol-based interface to memory cache clients, with an initial implementation backed by spymemcached. |