1

I would like the cached pages to be deleted at a specific date. How is it possible to specify that date? In my case, I need the dates to be dynamically set for each page.

Visakh B Sujathan
  • 229
  • 1
  • 4
  • 25
Matthew
  • 10,988
  • 11
  • 54
  • 69

2 Answers2

0

If we remove the file name from the manifest file, Will the file be removed from the cached if the user comes online next time?

0

You can't. Once the pages are on the client, the client is in control of when they're deleted. If you update the manifest file at the specific dates, removing the relevant files, then when the browser next connects to your site and replaces the application cache those files will not be downloaded.

robertc
  • 74,533
  • 18
  • 193
  • 177