Liking cljdoc? Tell your friends :D

crux.lru


CacheProvidercljprotocol

get-named-cacheclj

(get-named-cache this cache-name)

default-query-cache-sizeclj


LRUCachecljprotocol

compute-if-absentclj

(compute-if-absent this k stored-key-fn f)

evictclj

(evict this k)

new-cacheclj

(new-cache size)

new-cached-indexclj

(new-cached-index idx cache-size)

new-cached-snapshotclj

(new-cached-snapshot snapshot close-snapshot?)

optionsclj


start-kv-storeclj

(start-kv-store kv
                {:keys [crux.kv/check-and-store-index-version
                        crux.lru/query-cache-size]
                 :as options})

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

× close