Hi Eyal,
Not familiar with that, seems using
ApplicationCache object can help you do this, for instance
swapCache or
update could be used to update something or remove something. I do not see there is a clear function. (Win8.1 App use IE11 render engine, if IE can so this, Windows Store App can also do this)
However could
clearCache function for
WinJS.UI.Fragmentsbe another solution? This API removes any cached info about the specified fragment. and the method doesn't unload any scripts or styles that are referenced by the fragment. Not sure if this can be a suggestion.
And how to clean the local db through the App, could you execute some SQL to clean the data?
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.