jmdobry / angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory.
http://jmdobry.github.io/angular-cache
MIT License
1.39k stars 156 forks source link

Is there a possibility that angular-cache's clearAll method effects other parts of local storage #227

Closed BioPhoton closed 8 years ago

BioPhoton commented 8 years ago

As far as i see in the code there is no possibility that the clearAll methods effect other parts of the local storage. This issue is just a question to be sure that i didn't over look something.

jmdobry commented 8 years ago

You are correct. Angular-cache will never delete anything from localStorage that it didn't put there itself.

BioPhoton commented 8 years ago

THX