Memoize single value in the manually evicting cache.
Memoize single value in the manually evicting cache.
(memoize f)
Returns loading cache for the 0-arity function f
. The value can be evicted
manually using (evict ref)
.
Returns loading cache for the 0-arity function `f`. The value can be evicted manually using `(evict ref)`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close