Clojure's core.cache has a set of functions to operate over caches and, more so, allows caching strategies to be composed. This library can be a nice addition to existing cache strategies like TTL and FIFO, adding cache size as another restriction/policy to cached data.
Clojure's core.cache has a set of functions to operate over caches and, more so, allows caching strategies to be composed. This library can be a nice addition to existing cache strategies like TTL and FIFO, adding cache size as another restriction/policy to cached data.