How API is getting cached effectively, Using Service worker in Angular 5 using Angular CLI
问题 Am new to service worker. I just want to know how the service worker handling the Data changes. For example, I have configured my data group in and set strategy to "performance" so that Service worker will always look first in Cache. That means any time the Registered URL in hit service worker will look in the cache first. Suppose the response has some changes ( data in database got changed ) will the response will update or still, it will take from the cache. I searched quite a bit in net I