FileSize | 20448 |
MD5 | 419BEB88D7528AE04F73D0C1EB82FC56 |
PackageDescription | cache abstraction library for Clojure
core.cache is a Clojure library that provides implementations of basic
caching strategies such as:
.
* First-in-first-out (FIFOCache)
* Least-recently-used (LRUCache)
* Least-used (LUCache -- sometimes called Least Frequently Used)
* Time-to-live (TTLCache)
* Naïve cache (BasicCache)
* Naïve cache backed with soft references (SoftCache)
* Low inter-reference recency set algorithm (LIRSCache)
.
All implementation use a common base abstraction (CacheProtocol) which, in
combination with suitable macros, allows for the easy integration of user
defined caching strategies that hook into the Clojure associative data
capabilities. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libcore-cache-clojure |
PackageSection | java |
PackageVersion | 0.6.2-1 |
SHA-1 | E03176184CAF0CA41EE6EB4329D3EE4E362544B2 |
SHA-256 | E7E0B195A0668EEC8A7824F11A3E7D2EE655569C51E94822703875A73B497B67 |