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

DSCache.info does not work if the storageMode is localStorage. #124

Closed megyfexid closed 10 years ago

megyfexid commented 10 years ago

DSCache.info('x') always returns undefined. The DSCache.info function only checks $$data and not $$storage. I tried this on "version": "3.1.0".

jmdobry commented 10 years ago

Good catch.

jmdobry commented 10 years ago

Fixed in 3.1.1.