Liking cljdoc? Tell your friends :D
Clojure only.

cerber.store


Storecljprotocol

revoke-one!clj

(revoke-one! this k)

Removes item based on exact key

Removes item based on exact key

close!clj

(close! this)

Closes store and frees all allocated resources

Closes store and frees all allocated resources

modify!clj

(modify! this k item)

Modifies item stored at key k

Modifies item stored at key 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

store!clj

(store! this k item)

Stores new item with key taken from item map at k

Stores new item with key taken from item map at k

fetch-oneclj

(fetch-one this k)

Finds single item based on exact key

Finds single item based on exact key

purge!clj

(purge! this)

Purges store

Purges store

fetch-allclj

(fetch-all this k)

Finds all items matching pattern key

Finds all items matching pattern key

revoke-all!clj

(revoke-all! this k)

Removes all items matching pattern key

Removes all items matching pattern key
source

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

× close