Liking cljdoc? Tell your friends :D
Clojure only.

org.euandreh.http.protocols.edn-file


IEdnFilecljprotocol

IEdnFile targets reading edn data from a file from multiple threads.

Useful for dynamic configuration data that can be refreshed at run-time.

IEdnFile targets reading edn data from a file from multiple threads.

Useful for dynamic configuration data that can be refreshed at run-time.

cached-contentclj

(cached-content this)

Get the latest know data from the file (if not fetched already) or from memory.

Get the latest know data from the file (if not fetched already) or from memory.

refreshclj

(refresh this)

Drop the content from memory. The next call to org.euandreh.http.protocols.edn-file/cached-content will fetch the new data.

Drop the content from memory. The next call to `org.euandreh.http.protocols.edn-file/cached-content` will fetch the new data.
raw docstring

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

× close