Liking cljdoc? Tell your friends :D
Clojure only.

spirit.protocol.icache


-createcljmultimethod

creates a cache for use with components

creates a cache for use with components
raw docstring

ICachecljprotocol

-deleteclj

(-delete cache key)

-countclj

(-count cache)

-setclj

(-set cache key value)
(-set cache key value expiry)

-getclj

(-get cache key)

-batchclj

(-batch cache add-values add-expiry remove-vec)

-allclj

(-all cache)

-touchclj

(-touch cache key expiry)

-clearclj

(-clear cache)

-keysclj

(-keys cache)

-expired?clj

(-expired? cache key)

-expiryclj

(-expiry cache key)

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

× close