Closed jantman closed 7 years ago
Add TTL support to CachingAPIClient._get(); we should be able to specify a TTL in seconds to the _get() call, and only serve the file from disk if it's newer than the TTL.
CachingAPIClient._get()
_get()
Add TTL support to
CachingAPIClient._get()
; we should be able to specify a TTL in seconds to the_get()
call, and only serve the file from disk if it's newer than the TTL.