There is a way for the application to remove itself from the cache. If fetching the manifestUrl returns a 404 or 410 response, all traces of that manifestUrl are deleted from the cache. See section 6.6.4.<div><br><div class="gmail_quote">
On Thu, Jun 3, 2010 at 12:30 PM, Peter Beverloo <span dir="ltr"><<a href="mailto:peter@lvp-media.com">peter@lvp-media.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Thu, Jun 3, 2010 at 15:01, Daniel Glazman<br>
<<a href="mailto:daniel.glazman@disruptive-innovations.com">daniel.glazman@disruptive-innovations.com</a>> wrote:<br>
><br>
> Hi there,<br>
><br>
> I noticed the Application Cache does not allow to remove<br>
> a single cached web application from the cache. Is that on<br>
> purpose?<br>
> I am under the impression the cache is here more an offline<br>
> storage for webapps than a normal cache, and that in the long<br>
> run browsers will have to implement an "Offline Web Apps" manager.<br>
> Since the user is supposedly already provided with a dialog<br>
> asking permission to make a webapp available offline, it makes<br>
> sense to give him/her a way to remove a single application from<br>
> the cache.<br>
><br>
> </Daniel><br>
<br>
</div></div>Section 6.6.7 talks about expiration of cached data [1], but also<br>
includes a few notes about removing items from the store. It<br>
specifically states that user-agents could have a "delete<br>
site-specific data" feature which also covers removing application<br>
caches, but also hints towards a feature that removes caches on<br>
request of the user.<br>
<br>
The API does not state a way allowing an application to remove itself<br>
from the cache, which could be desirable for web authors. If there's<br>
interest for such an addition I'm willing to make a proposal, as it<br>
isn't hard to think about use-cases for such a feature.<br>
<br>
Regards,<br>
Peter Beverloo<br>
<br>
[1] <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#expiring-application-caches" target="_blank">http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#expiring-application-caches</a><br>

</blockquote></div><br></div>