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

Add removeAll() and clearAll() to $angularCacheFactory object API #38

Closed jmdobry closed 11 years ago

jmdobry commented 11 years ago

removeAll() will call destroy() on every cache owned by $angularCacheFactory, and clearAll() will call removeAll() on every cache owned by $angularCacheFactory.

jmdobry commented 11 years ago

See #37