Skip to content

a caching library for clojure implementing various cache strategies

Notifications You must be signed in to change notification settings

deduktion/clache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a caching library for clojure implementing various cache strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published