Skip to content

Instantly share code, notes, and snippets.

@keithstric
Last active June 25, 2021 13:42
Show Gist options
  • Save keithstric/3fa5c74376323e099ca2e86e89cf4d05 to your computer and use it in GitHub Desktop.
Save keithstric/3fa5c74376323e099ca2e86e89cf4d05 to your computer and use it in GitHub Desktop.
http-cache
export const CachableRoutePatterns = {
'/api/person/:id': true,
'https://pokeapi.co/api/v2/pokemon': false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment