Liking cljdoc? Tell your friends :D
Clojure only.

blocks.store.memory

Block storage backed by a map in an atom. Blocks put into this store will be passed to load! to ensure the content resides in memory. Memory block stores may be constructed usin the mem:- URI form.

This store is most suitable for testing, caches, and other situations which call for a non-persistent block store.

Block storage backed by a map in an atom. Blocks put into this store will be
passed to `load!` to ensure the content resides in memory. Memory block stores
may be constructed usin the `mem:-` URI form.

This store is most suitable for testing, caches, and other situations which
call for a non-persistent block store.
raw docstring

memory-block-storeclj

(memory-block-store & {:as opts})

Creates a new in-memory block store.

Creates a new in-memory block store.
sourceraw docstring

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

× close