Liking cljdoc? Tell your friends :D

flic.store


FeatureStorecljprotocol

defines the contract used when working with a feature storage thing

defines the contract used when working with a feature storage thing

get-featureclj

(get-feature store key)

retrieves a feature

retrieves a feature

set-feature!clj

(set-feature! store key data)

saves the current feature

saves the current feature
sourceraw docstring

in-memory-storeclj

(in-memory-store)
(in-memory-store initial-state)

helper method for building an in memory store and can also accept some initial state

helper method for building an in memory store and can also accept some
initial state
sourceraw docstring

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

× close