I am caching some data using indexedDb and HTML/CSS files using service-worker.As the offline feature that is developed is going to Production, I want to know whether there is any expiration time or any limit when the cached files will be cleared if the system is not connected to online at all.
By default service workers expires after 24 hours. I already have an idea about how the service-worker is updated for each change and for each deployment.
Just to reiterate the question is, Is there any time limit when the cached files will be automatically cleared, if the system is not connected to online till a particular period