Pluggable memoization based on org.clojure/core.cache
New in 0.8.2:
- updates core.cache dependency to 0.8.2
- fixes a bug in the seed implementation for PluggableMemoization
- adds memoizer as an easier way to build memoization on top of custom caches
- deprecates build-memoizer (the older, harder way to build memoization on top of custom cache factories)
The bump in version number (from 0.7.2) is partly to signify the internal re-plumbing to use memoizer instead of build-memoizer and partly to get back in sync with core.cache, since the two libraries are fairly tightly coupled.
--