Within progressive web applications context, a service worker can implement several approaches to cache assets or resources according to specific requirements.
Questions tagged [caching-strategy]
1 questions
3
votes
1 answer
Angular freshness strategy fetches data also from cache
On Angular docs the service worker freshness strategy is described as following:
freshness optimizes for currency of data, preferentially fetching requested data from the network. Only if the network times out, according to timeout, does theā¦

Francesco
- 9,947
- 7
- 67
- 110