Liking cljdoc? Tell your friends :D

eva.utils.guava-cache


*executor*clj

source

cache-builderclj

(cache-builder {:as opts
                :keys [concurrency-level expire-after-access expire-after-write
                       refresh-after-write soft-values weak-keys weak-values
                       maximum-size maximum-weight weigher time-unit
                       record-stats]
                :or {time-unit TimeUnit/MILLISECONDS record-stats true}})
source

cache-loaderclj

(cache-loader load-f load-all-f)
source

loading-cacheclj

(loading-cache loader-f opts)
(loading-cache loader-f batch-loader-f opts)
source

submitcljmacro

(submit service & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close