Could you add some examples on how to use core.cache to github readme?
Can do. In the meantime checkout how core.memoize uses it at https://github.com/clojure/core.memoize/blob/master/src/main/clojure/clojure/core/memoize.clj#L50
I think I might bring this through fn into core.cache in a more generic way.
Can do. In the meantime checkout how core.memoize uses it at https://github.com/clojure/core.memoize/blob/master/src/main/clojure/clojure/core/memoize.clj#L50
I think I might bring this through fn into core.cache in a more generic way.