Liking cljdoc? Tell your friends :D
Clojure only.

strojure.memoize-one.manual-cache

Memoize single value in the manually evicting cache.

Memoize single value in the manually evicting cache.
raw docstring

memoizeclj

(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)`.
sourceraw docstring

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

× close