cps_create
is given in CPS form to enable chaining.
see Cache.Strategy.cps_create for more information.
Remove all the values from the store.
replace store ~key ~data
associated the data
to key
; remove any
previously existing binding.
find store key
returns the value associated to key
in store
.
data store
returns all values in store
.
remove store key
removes the binding for key
in store
.