Liking cljdoc? Tell your friends :D

monkey.ci.cache

Functionality for saving/restoring caches. This uses blobs.

Functionality for saving/restoring caches.  This uses blobs.
raw docstring

cache-archive-pathclj

(cache-archive-path {:keys [build]} id)
source

cache-configclj

source

restore-cachesclj

(restore-caches rt)
source

save-cachesclj

(save-caches rt)

If the job configured in the context uses caching, saves it according to the cache configurations.

If the job configured in the context uses caching, saves it according
to the cache configurations.
sourceraw docstring

wrap-cachesclj

(wrap-caches f)

Wraps fn f so that caches are restored/saved as configured on the job.

Wraps fn `f` so that caches are restored/saved as configured on the job.
sourceraw docstring

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

× close