I'm at a point where I'd like to start using clojure.core.cache (aren't I brave? :)
I tried 0.5.0 which is the stable version - and had a bit of a fight with the docs because 0.5.0 has quite a different API to what's described here: http://clojure.github.com/core.cache/#clojure.core.cache/ttl-cache-factory I figured out what 0.5.0 wanted and basic testing looked good. Then as I did more exhaustive testing, I started to get exceptions that LazySeq could not be converted to Number from various functions in the TTLCache - where it was attempting to manipulate elements returned from the ttl data structure. So I decided to try 0.6.0-SNAPSHOT... I changed my code back to match the updated APIs (which do match the docs, at least). My application tests all pass (yay!) but now I'm relying on a SNAPSHOT and I'm wondering how stable the APIs are and how close a 0.6.0 release might be? I know this is mostly a question for Fogus but I figured asking it here would draw feedback from other folks who might already be using core.cache... I've already had some feedback on #clojure on IRC but I'd be interested in more... -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- 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