套件: libcore-cache-clojure (1.0.207-1)
libcore-cache-clojure 的相關超連結
Trisquel 的資源:
下載原始碼套件 core-cache-clojure:
- [core-cache-clojure_1.0.207-1.dsc]
- [core-cache-clojure_1.0.207.orig.tar.gz]
- [core-cache-clojure_1.0.207-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Clojure Maintainers (郵件存檔)
- 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