How can i clear cache of the application from a function call in Titanium
some thing like
function clearMycache(){ ///////// Ti.Ui.clearapplicationcache() //assumption }when i call that function whole cached objects should be cleared from my device
How can i clear cache of the application from a function call in Titanium
some thing like
function clearMycache(){ ///////// Ti.Ui.clearapplicationcache() //assumption }when i call that function whole cached objects should be cleared from my device