(create-cache system)
(create-cache system init-items)
(dump-cache system cache-data)
(evict system item-key)
(evict-all system)
(get-cache system)
(load-cache system)
(lookup system item-key)
(lookup system item-key value-fn)
(lookup-all system)
(start this)
(stop this)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close