Skip to content

Instantly share code, notes, and snippets.

@arackaf
Created December 2, 2017 01:38
Show Gist options
  • Save arackaf/e089405ed8c0775384ba9266752ef321 to your computer and use it in GitHub Desktop.
Save arackaf/e089405ed8c0775384ba9266752ef321 to your computer and use it in GitHub Desktop.
toolbox.router.get(/^https:\/\/images-na.ssl-images-amazon.com/, toolbox.cacheFirst, {
cache: { maxEntries: 500, name: "amazon-images1", maxAgeSeconds: 63072000 },
successResponses: /0|[123].*/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment