Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.util.session

Maintains session resources during or across runs of the resolver

Maintains session resources during or across runs of the resolver
raw docstring

*session*clj

source

retrieveclj

(retrieve key)
(retrieve key if-absent-fn)

Read the current value of key from the session. If absent, and if-absent-fn is supplied, invoke the fn, set it in the session (if there is one), and return the value.

Read the current value of key from the session. If absent, and if-absent-fn
is supplied, invoke the fn, set it in the session (if there is one),
and return the value.
sourceraw docstring

with-sessioncljmacro

(with-session & body)

Create a new empty session and execute the body

Create a new empty session and execute the body
sourceraw docstring

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

× close