Liking cljdoc? Tell your friends :D

qbits.caffeine


async-cacheclj

(async-cache options)

async-loading-cacheclj

(async-loading-cache options f)

cacheclj

(cache options)

Cacheablecljprotocol

-getclj

(-get c k)
(-get c k f)

Retrieves value from cache under k, if f is supplied it will be used to compute a missing value

Retrieves value from cache under `k`, if `f` is supplied it will be used to compute a missing value

-put!clj

(-put! c k x)

Sets new value x on cache c for key k

Sets new value `x` on cache `c` for key `k`

getclj


loading-cacheclj

(loading-cache options f)

put!clj

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

× close