Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 609 Bytes

clache

A cache library for Clojure implementing different strategies.

annotated source

done

  • basic cache
  • FIFO cache
  • LRU cache
  • LU cache
  • TTL cache

in progress

  • soft cache

todo

  • associative interfaces
  • pass-through cache
  • LIRS
  • more docs and examples
  • code cleanup

credits

Thanks to Justin Balthrop for letting me steal the name clache.

License

Copyright (C) 2011 Fogus

Distributed under the Eclipse Public License, the same as Clojure.