Skip to content

Commit

Permalink
more information into the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Dec 4, 2011
1 parent b3b9499 commit 878fd3e
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
@@ -1,9 +1,31 @@
# clojure.core.cache - A Clojure Caching Library

A cache library for Clojure implementing different strategies.

- Basic cache
- FIFO cache
- LRU cache
- LU cache
- TTL cache
- [LIRS](http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.116.2184) cache

Including a cache protocol that is used to implement the general associative behaviors in Clojure.

## Contributors

core.cache would not exist if not for the inspiration and contributions of the following people:

* [Meikel Brandmeyer](http://kotka.de)
* [Fogus](http://fogus.me/fun)
* [Sebastián Galkin](http://github.com/paraseba)
* [Jan Oberhagemann](http://github.com/deduktion)

## References

TODO

## License

Copyright Rich Hickey, Stuart Halloway, and contributors.
Copyright © 2011 Rich Hickey

Licensed under the EPL. (See the file epl.html.)
Licensed under the EPL. (See the file epl.html.)

0 comments on commit 878fd3e

Please sign in to comment.