Liking cljdoc? Tell your friends :D

zensols.actioncli.dynamic

Dynamic variable and simple cache purging

Dynamic variable and simple cache purging
raw docstring

purgeclj

(purge)

Invoke all functions given to register-purge-fn to clear any cached data.

Invoke all functions given to [[register-purge-fn]] to clear any cached
data.
raw docstring

register-purge-fnclj

(register-purge-fn purge-fn)

Register a purge function. It calls purge-fn with 0 arguments. Multiple calls to this function with the same function is supported. See purge.

Register a purge function.  It calls **purge-fn** with 0 arguments.
Multiple calls to this function with the same function is supported.
See [[purge]].
raw docstring

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

× close