goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline
MIT License
216 stars 29 forks source link

Option to use filesystem instead of localStorage #49

Open PureSpider opened 10 years ago

PureSpider commented 10 years ago

To get around the strict space limits on localStorage it would be nice if we had the option to use the file system to cache data instead, given the file plugin is installed.

hazeledmands commented 10 years ago

:+1: this would be very cool. Also it would be great if people could use IndexedDB.

In fact, I think it would be best if the cache layer were to be completely pluggable, so people could implement whatever caching storage mechanism they wanted.

litchfield commented 9 years ago

Also an option to use sessionStorage, would be nice