(add-cache state resource-name)
(dispose-cacheproof state resource-name consumption-uuid)
For test purposes, add default cache information to the resource resource-name
and executes dispose
on it.
For test purposes, add default cache information to the resource `resource-name` and executes `dispose` on it.
(uncache state resource-name)
For test purposes, removes the cache
from the resource
called resource-name
.
For test purposes, removes the `cache` from the `resource` called `resource-name`.
(uncache-pair pair resource-name)
For test purposes, in a pair, removes the cache
from the resource
called resource-name
.
For test purposes, in a pair, removes the `cache` from the `resource` called `resource-name`.
(update-resource-capacity-cacheproof state resource-name new-capacity)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close