libcore-cache-clojure - 1.0.225-2 main

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.

Priority: optional
Section: java
Suites: amber byzantium crimson dawn landing 
Maintainer: Debian Clojure Maintainers <team+clojure [꩜] tracker.debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 100.4 kB
Architectures: all 

 

Versions

1.0.225-2 all