FileSize | 19142 |
MD5 | 60A1F8D0D5A1385A840B69651473EF03 |
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-2 |
SHA-1 | 96E4E7F02940260B728847375D6E7A24C9BFFAF3 |
SHA-256 | 6D5E7F31223BB6E9D7AB92561B5782D4E51915BFCF329D53836F5A4F63C646E1 |