I am developing a Chrome app that shows some web content in a webview tag. The content is being cached. When I edit the content files, clearing Chrome browsers\' cache does not
This has since been implemented and is available in Chrome 43+
webviewElement.clearData({}, {cache: true}, function() { // Cache cleared });