Cache dynamic Content
Opened this issue · 1 comments
web-dave commented
- add a
dynamic
node tongsw-manifest.json
- build your app and test it
web-dave commented
ngsw-manifest.json
"dynamic": { "group": [ { "name": "bookmonkey", "urls": { "http://localhost:4730/books": { "match": "prefix" } }, "cache": { "optimizeFor": "freshness", "strategy": "lru", "maxAgeMs": 3600000, "maxEntries": 20, "networkTimeoutMs": 1000 } } ] }