Liking cljdoc? Tell your friends :D

com.potetm.fusebox.memoize


disableclj

(disable spec)

getclj

(get {chm :com.potetm.fusebox.memoize/chm f :com.potetm.fusebox.memoize/fn}
     &
     args)

Retrieve a value, invoking ::fn if necessary.

Retrieve a value, invoking ::fn if necessary.
raw docstring

initclj

(init {_fn :com.potetm.fusebox.memoize/fn :as spec})

Initialize a memoized function.

spec is a map containing: ::fn - The function to memoize

::fn is guaranteed to be called once.

Initialize a memoized function.

spec is a map containing:
  ::fn - The function to memoize

::fn is guaranteed to be called once.
raw docstring

shutdownclj

(shutdown _spec)

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

× close