A cache library for Clojure implementing different strategies.
- basic cache
- FIFO cache
- LRU cache
- LU cache
- TTL cache
- LIRS cache
- soft cache
- associative interfaces
- pass-through cache
- more docs and examples
- code cleanup
Thanks to Justin Balthrop for letting me steal the name clache and deduktion for the LIRS implementation. Also thanks to Sebastián Galkin for bugs fixes and support.
Copyright (C) 2011 Fogus
Distributed under the Eclipse Public License, the same as Clojure.