tymondesigns / angular-locker

🗄️ A simple & configurable abstraction for local/session storage in angular js projects
https://npm.im/angular-locker
MIT License
314 stars 42 forks source link

Force invalidation of one item #21

Closed JuanitoB closed 9 years ago

JuanitoB commented 9 years ago

Sorry, I've opened the issue in the wrong project...

Anyway, nice job. I'm using locker for some weeks and I haven't found any issues. I'm looking for some way to invalidate a cache key, that is actually stored in locker, and return the refreshed value, not just a promise. Sorry for the confusion, and thanks for your great work!