web-dave / angular-starter-v2

6 stars 3 forks source link

Cache dynamic Content #28

Open web-dave opened 7 years ago

web-dave commented 7 years ago
web-dave commented 7 years ago

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
        }
      }
    ]
  }