Liking cljdoc? Tell your friends :D
Clojure only.

openadr3.vtn.storage.memory

Atom-backed storage implementation with optional file persistence via duratom.

Holds entities canonically: datetime fields are ZonedDateTime, duration fields are Duration. The handler layer coerces incoming request bodies to this shape before reaching storage.

Atom-backed storage implementation with optional file persistence via duratom.

Holds entities canonically: datetime fields are `ZonedDateTime`,
duration fields are `Duration`. The handler layer coerces incoming
request bodies to this shape before reaching storage.
raw docstring

new-atom-storageclj

(new-atom-storage)

Create an AtomStorage component. Depends on :config. When config has :storage-file-path, uses a file-backed duratom. Otherwise uses a plain in-memory atom.

Create an AtomStorage component. Depends on :config.
When config has :storage-file-path, uses a file-backed duratom.
Otherwise uses a plain in-memory atom.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close