Last active
February 3, 2018 21:14
-
-
Save EduardoIbarra/40c750ceae3a9acb8d88eeb3fba06dc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| ... | |
| "dynamic": { | |
| "group": [ | |
| { | |
| "name": "guides", | |
| "urls": { | |
| "/generated/docs/guide": { "match": "prefix" } | |
| }, | |
| "cache": { | |
| "optimizeFor": "performance", // o 'freshness' | |
| "maxAgeMs": "360000000", | |
| "maxEntries": 1, | |
| "strategy": "lru" // o 'fifo', 'lfu' | |
| } | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment