Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Clarifiying Runtime Caching behaviour wrt cached content #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ the [`sw-toolbox` library](https://github.com/GoogleChrome/sw-toolbox) and the
corresponding [routing configuration](https://googlechromelabs.github.io/sw-toolbox/usage.html#basic-routes)
in the service worker file that it generates.

Note, however, that the runtime cache does not apply for requests that sw-precache can serve from its cache - in other words, even if an urlPattern matches an URL, it will not be requested from the network if it can be served from the cache, even if the handler is `networkFirst` or `networkOnly`.

### Server-side Templating

If your web app relies on server-side templating to use several partial files to
Expand Down