Liking cljdoc? Tell your friends :D
Clojure only.

cerber.store


Storecljprotocol

fetch-allclj

(fetch-all this k)

Finds all items matching pattern key

Finds all items matching pattern key

fetch-oneclj

(fetch-one this k)

Finds single item based on exact key

Finds single item based on exact key

modify!clj

(modify! this k item)

Modifies item stored at key k

Modifies item stored at key k

purge!clj

(purge! this)

Purges store

Purges store

revoke-all!clj

(revoke-all! this k)

Removes all items matching pattern key

Removes all items matching pattern key

revoke-one!clj

(revoke-one! this k)

Removes item based on exact key

Removes item based on exact key

store!clj

(store! this k item)

Stores and returns new item with key taken from item map at k

Stores and returns new item with key taken from item map at k

touch!clj

(touch! this k item ttl)

Extends life time of given item by ttl seconds

Extends life time of given item by ttl seconds
source

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

× close