cache#

API documentation for tradingstrategy.transport.cache Python module in Trading Strategy.

Module description#

A HTTP API transport that offers optional local caching of the results.

Classes#

CacheStatus

When reading cached files, report to the caller about the caching status.

CachedHTTPTransport

A HTTP API transport that offers optional local caching of the results.

Functions#

wait_other_writers(path[, timeout])

Wait other potential writers writing the same file.