Liking cljdoc? Tell your friends :D
Clojure only.

immutant.caching.core-memoize

Use an Infinispan cache as a PluggableMemoization from core.memoize

Use an Infinispan cache as a `PluggableMemoization` from
[core.memoize](https://github.com/clojure/core.memoize)
raw docstring

memoclj

(memo f name & {:as options})

Memoize a function by associating its arguments with return values stored in a possibly-clustered Infinispan-backed cache. Other than the function to be memoized, arguments are the same as for immutant.caching/cache

Memoize a function by associating its arguments with return values
stored in a possibly-clustered Infinispan-backed cache. Other than
the function to be memoized, arguments are the same as for
[[immutant.caching/cache]]
sourceraw docstring

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

× close