noir-clojure / lib-noir

A set of libraries for ring apps, including stateful sessions.
Eclipse Public License 1.0
481 stars 47 forks source link

improved caching #13

Closed yogthos closed 11 years ago

yogthos commented 11 years ago

I updated the cache to only swap the existing value out if the function runs successfully. For example, if there's a call to get page content, and the content is missing the old content will stay in the cache.

Take a look if the change makes sense. :)

Raynes commented 11 years ago

Looks like you're not tracking master? Probably need to merge in the latest changes.

yogthos commented 11 years ago

oh weird, I get this

git checkout master
Already on 'master'
yogthos commented 11 years ago

let me try again :)