is there a way to eliminate the cache of the view you want ?, for example in javascript I want to delete the cache of the next view I want, to actulize the information of all products, but in another view returns to the view products and at that moment I do not want to eliminate cache, just delete the cahce to click on a button, I tried to put $ ionicHistory.clearCache (), but it does not delete the cache, only if the cache-view="false is placed ":
<ion-view view-title="productos-view" cache-view="false">
Thank you very much.