through-cache
function
clojure.core.cache/through-cache
(through-cache [cache item] [cache item value-fn] [cache item wrap-fn value-fn])The basic hit/miss logic for the cache system. Like through but always has
the cache argument in the first position for easier use with swap! etc.
Examples
No examples yet. Be the first to add one!