coop.magnet/ttlcache

A variation of core.cache's TTLCache specialised for some different cases. Forked from https://github.com/rkday/ttlcache

Leiningen/Boot

[coop.magnet/ttlcache "0.2.2"]

Clojure CLI/deps.edn

coop.magnet/ttlcache {:mvn/version "0.2.2"}

Gradle

implementation("coop.magnet:ttlcache:0.2.2")

Maven

<dependency>
  <groupId>coop.magnet</groupId>
  <artifactId>ttlcache</artifactId>
  <version>0.2.2</version>
</dependency>