Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created August 2, 2016 09:14
Show Gist options
  • Save deanhume/2dd6039018e285ff5ea8de0948fac941 to your computer and use it in GitHub Desktop.
Save deanhume/2dd6039018e285ff5ea8de0948fac941 to your computer and use it in GitHub Desktop.
SW Toolbox caching example
toolbox.router.get('/beer/css/(.*)', global.toolbox.cacheFirst, {
cache: {
name: 'beer-stylesheets',
maxEntries: 10,
maxAgeSeconds: 604800
},
// Set a timeout threshold of 2 seconds
networkTimeoutSeconds: 4
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment