Implements the "Cache, falling back to network" strategy: https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#cache-falling-back-to-network
Responds with the cached data first and tries to fetch data, thereafter caching the data and responds with the data if the cached data fails.
type of the data to be cached.
Generated using TypeDoc
Implements the "Cache, falling back to network" strategy: https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#cache-falling-back-to-network
Responds with the cached data first and tries to fetch data, thereafter caching the data and responds with the data if the cached data fails.