How to easily clear the window.applicationCache on select browsers

While I was working on tweaking my video game listing, and creating my offline Web application manager, I kept running into issues with the cache manifest holding onto data much longer than I would have liked.

After some research I found that Chrome's interface can easily be found by going to chrome://appcache-internals/.

On Safari, on the iPod Touch and iPad, you can stop/close Safari (hold down the home button on the home screen, and close the application) and then start it back up to clear the data. This is slightly unfortunate, since it would be nice if this would stick around after the application is closed, but is sufficient. It also isn't very obvious, as I spent a good deal of time trying to figure this out before I tried this as a last-ditch effort.