Protocol definitions.
Protocol definitions.
Caching behaviors for a key-value store.
Caching behaviors for a key-value store.
(expire this namespace key ttl)
A low-level key-value store in which access to documents is protected by check-and-set (CAS) semantics.
A low-level key-value store in which access to documents is protected by check-and-set (CAS) semantics.
(create this namespace key value)
(delete this namespace key cas)
(exists? this namespace key)
(lookup this namespace key)
(store this namespace key value cas)
A high-level key-value store which hides the mechanism of access protection.
A high-level key-value store which hides the mechanism of access protection.
(destroy this namespace key)
(fetch this namespace key)
(swap-in this namespace key f)
(write this namespace key value)
A set of Strings backed by a key-value store.
A set of Strings backed by a key-value store.
(set-add this name value)
(set-contents this name)
(set-create this name)
(set-destroy this name)
(set-exists? this name)
(set-refresh this name)
(set-remove this name value)
A key-value store in which access to documents is protected by check-and-set (CAS) semantics.
These low-level functions do minimal error handling and return a Result
.
A key-value store in which access to documents is protected by check-and-set (CAS) semantics. These low-level functions do minimal error handling and return a `Result`.
(create* this namespace key value)
(delete* this namespace key cas)
(lookup* this namespace key)
(store* this namespace key value cas)
A high-level key-value store which hides the mechanism of access protection.
These low-level functions do minimal error handling and return a Result
.
A high-level key-value store which hides the mechanism of access protection. These low-level functions do minimal error handling and return a `Result`.
(destroy* this namespace key)
(fetch* this namespace key)
(swap-in* this namespace key f)
(write* this namespace key value)
A set of Strings backed by a key-value store.
These low-level functions do minimal error handling and return a Result
.
A set of Strings backed by a key-value store. These low-level functions do minimal error handling and return a `Result`.
(set-add* this name value)
(set-contents* this name)
(set-create* this name)
(set-destroy* this name)
(set-refresh* this name)
(set-remove* this name value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close