libcore-cache-clojure binary package in Ubuntu Oracular ppc64el

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2024-04-29 18:55:16 UTC Published Ubuntu Oracular ppc64el release universe java Optional 1.0.225-2
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu