jmdobry/angular-cache

I want to use storageMode memory and localStorage both

yogeshgadge opened this issue · 3 comments

Can this be done ?

is there a valid use case to store the same data in both localStorage and memory?

Use it as different services... Or in single service but with 2 cache objects... Hard to imagine your use case,,,

The current implementation does not support this.