I'm developing a Cordova app that uses the browser functionality to display an online site (ie. not the local www/ content).
Is it at all possible to control how much data is cached by the app? Heck, is it even possible to see if things are being cached? I'm not sure if the app is caching anything.
Ideally I would like to give it a maximum cache size (eg. 50mb) and whenever it is reached, Cordova automatically removes old files and caches new files.