Implements the "Cache only" strategy: https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#cache-only
Always tries to fetch from the cache. Fetcher is always ignored.
type of the data to be cached.
Generated using TypeDoc
Implements the "Cache only" strategy: https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#cache-only
Always tries to fetch from the cache. Fetcher is always ignored.