软件包: libcore-cache-clojure (0.6.5-2)
libcore-cache-clojure 的相关链接
Trisquel 的资源:
下载源码包 core-cache-clojure:
- [core-cache-clojure_0.6.5-2.dsc]
- [core-cache-clojure_0.6.5.orig.tar.xz]
- [core-cache-clojure_0.6.5-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Clojure Maintainers (Mail Archive)
- Eugenio Cano-Manuel Mendoza
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 libcore-cache-clojure 有关的软件包
|
|
|
-
- dep: libclojure-java
- Lisp dialect for the JVM (library)
-
- dep: libdata-priority-map-clojure
- priority maps for Clojure