Liking cljdoc? Tell your friends :D

konserve.cache

Provides core functions, but with additional caching. Still subject to internal changes. Use this namespace only if you anticipate to be the only process accessing the store, otherwise you should implement your own caching strategy.

Provides core functions, but with additional caching. Still subject to internal
changes. Use this namespace only if you anticipate to be the only process
accessing the store, otherwise you should implement your own caching strategy.
raw docstring

konserve.impl.defaults

Default implementation of the high level protocol given a binary backing implementation as defined in the storage-layout namespace.

Default implementation of the high level protocol given a binary backing implementation as defined in the storage-layout namespace.
raw docstring

konserve.impl.storage-layout

One of these protocols must be implemented by each store to provide low level access depending on the low-level storage layout chosen. Stores can support multiple layouts.

One of these protocols must be implemented by each store to provide low level
access depending on the low-level storage layout chosen. Stores can support
multiple layouts.
raw docstring

konserve.memory

Address globally aggregated immutable key-value store(s).

Address globally aggregated immutable key-value store(s).
raw docstring

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

× close