[ ソース: core-cache-clojure ]
パッケージ: libcore-cache-clojure (0.6.5-2)
libcore-cache-clojure に関するリンク
Debian の資源:
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]
メンテナ:
外部の資源:
- ホームページ [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