Skip to content
Sections
>> Trisquel >> 软件包 >> nabia >> java >> libcore-cache-clojure
etiona  ] [  nabia  ] [  aramo  ]
[ 源代码: core-cache-clojure  ]

软件包: libcore-cache-clojure (0.6.5-2)

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 有关的软件包

  • 依赖
  • 推荐
  • 建议

下载 libcore-cache-clojure

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 21.5 kB57 kB [文件列表]