(cache conn fs {:keys [prefix cache-by]})
(delete conn prefix cache-by args)
(evict conn fs {:keys [prefix cache-by]})
(lookup conn prefix cache-by args)
(put conn fs {:keys [prefix cache-by]})
(store conn prefix cache-by args v)
cljdoc is a website building & hosting documentation for Clojure/Script libraries