Questions tagged [caching-strategy]

Within progressive web applications context, a service worker can implement several approaches to cache assets or resources according to specific requirements.

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…