core.cache v0.6.2 Release Notes

core.cache is a 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.2"]

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.2</version>
</dependency>

Enjoy!

Places

Changes from v0.6.1

The v0.6.2 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.