Maintains session resources during or across runs of the resolver
Maintains session resources during or across runs of the resolver
(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.
(with-session & body)
Create a new empty session and execute the body
Create a new empty session and execute the body
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close