DHM <[email protected]> writes: > I want to announce the release of mcache 0.1.0: > https://github.com/davidhmartin/mcache
Very nice. One thing you might consider is implementing core.cache/CacheProtocol [1] in terms of mcache. I've done this [2] for the Infinispan data grid in Immutant. It'd be great to see another distributed option for "pluggable memoization". Jim [1] https://github.com/clojure/core.cache [2] https://github.com/immutant/immutant/blob/master/modules/cache/src/main/clojure/immutant/cache.clj -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
