Liking cljdoc? Tell your friends :D

guava-cache-clj.core


buildclj

(build loader-fn)
(build loader-fn
       {:keys [concurrency-level disabled? expire-after-access
               expire-after-write initial-capacity maximum-size maximum-weight
               record-stats? refresh-after-write removal-listener-fn
               soft-values? weak-keys? weak-values? weight-fn]})
source

cache->mapclj

(cache->map cache)
source

cleanup!clj

(cleanup! cache)
source

invalidate!clj

(invalidate! cache k)
source

invalidate-all!clj

(invalidate-all! cache)
source

statsclj

(stats cache)
source

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

× close