From 774c6c07958bfe8bc86aef7169b27c9423679610 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 25 Jun 2026 11:16:17 -0400 Subject: [PATCH] docs: list core.cache --- docs/libraries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/libraries.md b/docs/libraries.md index 9a6308e..4a1c9ea 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -45,6 +45,10 @@ the [examples](https://github.com/jolt-lang/examples), e.g. the * [clojure.spec.alpha](https://github.com/clojure/spec.alpha) — data specs * [core.match](https://github.com/clojure/core.match) — pattern matching. `JOLT_FEATURES` `clj`. +* [core.cache](https://github.com/clojure/core.cache) — caching (Basic/FIFO/LRU/ + LU/TTL/Soft + the wrapped atom API), over + [data.priority-map](https://github.com/clojure/data.priority-map). + `JOLT_FEATURES` `clj`. * [tick](https://github.com/juxt/tick) — date/time over Jolt's `java.time`; `#time/…` literals via `time-literals`. `JOLT_FEATURES` `clj`. * [transit-jolt](https://github.com/jolt-lang/transit-jolt) — Transit (JSON) read/write