core.cache v0.6.1 Release Notes

core.cache is a new Clojure contrib library providing the following features:

Absorb

You can use core.cache in your Leiningen and Cake projects with the following :dependencies directive in your project.clj file:

[org.clojure/core.cache "0.6.1"]

For Maven-driven projects, use the following slice of XML in your pom.xml’s <dependencies> section:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>core.cache</artifactId>
  <version>0.6.1</version>
</dependency>

Enjoy!

Places

Changes from v0.5.0

The v0.6.1 version of core.cache contains the following changes:

Plans

The following capabilities are under design, development, or consideration for future versions of core.cache:

More planning is needed around capabilities not listed nor thought of.

Thanks

I would like to thank Paul Stadig for his work in fixing the SoftCache implementation.

:F