Last week I released mcache 0.1.0, a protocol-based clojure library for memcached.
This latest change contains significant changes, summarized here: 1. Renamed the functions, and got rid of the "cache-" prefix 2. Removed increment and decrement functions from the protocol, as these seemed like gratuitous wrappers. 3. Added a core.cache/CacheProtocol implementation, in addition to the spymemcached client extension. 4. Rearranged namespaces 5. Updated the documentation 6. The library has been uploaded to clojars, hence now can be used from leiningen, etc. Thanks to Jim Crossly for the suggestion to look into CacheProtocol. Also, Jim, I hope you don't mind that I borrowed your naming scheme for the put functions. :-) I'm using this library in my own project, so I expect to continue maintaining and updating it going forward. I hope it proves useful to others. As before, any feedback is greatly appreciated. Thanks, -Dave -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en