Liking cljdoc? Tell your friends :D

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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close