I had wanted to cache some large blobs I was storing, so I didn't have to refetch them on every sync. This PR adjusts signature of storeUrl to support a cacheTtlSecs fetch option. The implementation already seems to support this (we likely pass through all of the options) but adjusting the typing to indicate it's supported.
I also fixed an issue with the testing fetcher where it wasn't using the fetch options.
I had wanted to cache some large blobs I was storing, so I didn't have to refetch them on every sync. This PR adjusts signature of
storeUrl
to support acacheTtlSecs
fetch option. The implementation already seems to support this (we likely pass through all of the options) but adjusting the typing to indicate it's supported.I also fixed an issue with the testing fetcher where it wasn't using the fetch options.