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.
(memory-block-store & {:as opts})
Creates a new in-memory block store.
Creates a new in-memory block store.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close