Liking cljdoc? Tell your friends :D

crux.lru


CacheProvidercljprotocol

get-named-cacheclj

(get-named-cache this cache-name cache-size)

default-doc-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-cache-providing-kv-storeclj

(new-cache-providing-kv-store kv)

new-cached-indexclj

(new-cached-index idx cache-size)

new-cached-object-storeclj

(new-cached-object-store kv)
(new-cached-object-store kv cache-size)

new-cached-snapshotclj

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

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

× close