I am developing a Cordova application that uses browser functions to display an online site (i.e. not a local www / content).
Is it even possible to control how much data is cached by the application? Damn, can you even see that things are cached? I'm not sure if the application caches anything.
Ideally, I would like to specify the maximum cache size (for example, 50 MB), and whenever this is achieved, Cordoba automatically deletes old files and caches new files.
source share