bouncingHippo
bouncingHippo

Reputation: 6040

Clearing cache using AppCache and window.applicationCache

I could inspect the status of the entire cache using window.applicationCache and the updateready event via AppCache.Is there a way to see if the particular resource we're concerned with is cached or not and, if so is there a programmatic solution of clearing the cache?

Thanks!

Upvotes: 0

Views: 129

Answers (1)

Brian Kyckelhahn
Brian Kyckelhahn

Reputation: 342

It does not appear from the API that inspecting the cache in that way or that clearing it are possible. I have also not seen proprietary ways of doing so, but they may exist.

Upvotes: 1

Related Questions