hoplon.storage-atom

html-storage

(html-storage atom storage k & {:keys [ignore-existing]})
FIXME: write docs

IStorageBackend

protocol

Represents a storage resource.

members

-get

(-get this not-found)

-commit!

(-commit! this value)
Commit value to storage at location.

local-storage

(local-storage atom k & {:keys [ignore-existing]})
FIXME: write docs

session-storage

(session-storage atom k & {:keys [ignore-existing]})
FIXME: write docs

StorageBackend

FIXME: write docs

store

(store atom backend & {:keys [ignore-existing]})
FIXME: write docs