Liking cljdoc? Tell your friends :D

refactor-nrepl.ns.slam.hound.regrow


*cache*clj

source

*dirty-ns*clj

source

cache-with-dirty-trackingclj

(cache-with-dirty-tracking key f)

The function to be cached, f, should have two signatures. A zero-operand signature which computes the result for all namespaces, and a two-operand version which takes the previously computed result and a list of dirty namespaces, and returns an updated result.

The function to be cached, f, should have two signatures. A zero-operand
signature which computes the result for all namespaces, and a two-operand
version which takes the previously computed result and a list of dirty
namespaces, and returns an updated result.
sourceraw docstring

candidatesclj

(candidates type missing body old-ns-map)

Return a set of class or ns symbols that match the given constraints.

Return a set of class or ns symbols that match the given constraints.
sourceraw docstring

clear-cache!clj

(clear-cache!)
source

wrap-clojure-replclj

(wrap-clojure-repl f)
source

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

× close