(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.
(compatible? id)
(exists-in-store? content-store-id element)
(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.
(id name)
(id name format)
(new id)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close