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.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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