Liking cljdoc? Tell your friends :D

missinterpret.storage.store.content.memory


add-content!clj

(add-content! content-store-id {:storage/keys [provider] :as element})

Returns a new source with the provider contents in memory.

If format is provided in the content store id data is encoded.

Returns a new source with the provider contents in memory.

If format is provided in the content store id data is encoded.
raw docstring

compatible?clj

(compatible? id)

content-store-infoclj


exists-in-store?clj

(exists-in-store? content-store-id element)

get-formatclj

(get-format content-store-id)

Optional format for the sources in this store. Format is :no-encoding if not provided in the content store id.

Optional format for the sources in this store. Format is :no-encoding
if not provided in the content store id.
raw docstring

idclj

(id name)
(id name format)

kindclj


newclj

(new id)

provider-sourceclj

(provider-source {:content-store.id/keys [name] :as content-store-id}
                 {:storage/keys [provider block] :as element})

Returns the source for this store from the content provider if it exists, returning nil otherwise.

Returns the source for this store from the content provider if it exists,
returning nil otherwise.
raw docstring

versionclj

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

× close