Clears all cached data when OpenFin Runtime is restarted.
Example
fin.desktop.System.deleteCacheOnRestart(function () {
console.log("successful");
},function (err) {
console.log("failure: " + err);
});
Clears all cached data when OpenFin Runtime is restarted.
fin.desktop.System.deleteCacheOnRestart(function () {
console.log("successful");
},function (err) {
console.log("failure: " + err);
});