Liking cljdoc? Tell your friends :D

com.eldrix.trud.cache

Provides a simple caching mechanism for TRUD files.

Provides a simple caching mechanism for TRUD files.
raw docstring

download-urlclj

(download-url url target)

Download a file from the URL to the target path. Parameters:

  • url : a string representation of a URL.
  • target : path to target.
Download a file from the URL to the target path.
Parameters:
 - url     : a string representation of a URL.
 - target  : path to target.
sourceraw docstring

get-archive-fileclj

(get-archive-file dir release)

Get an archive file either from the cache or downloaded from TRUD. Returns result as a java.nio.file.Path.

Get an archive file either from the cache or downloaded from TRUD.
Returns result as a `java.nio.file.Path`.
sourceraw docstring

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

× close