Expiring Local Stored Data

Currently I am using ngStorage - LocalStorage for saving some data in the device.

But currently I am looking to expire the data in the storage. As Local Storage does not provide option of making the data expired automatically, I am looking for other options.

I am aware that we can do some custom coding to expire the data manually, but I am not okay to do that. I am looking for existing solutions for that.

The one other solution I found is http://jmdobry.github.io/angular-cache/ . I just want to know if there are any other recommended solution for expiring storage.

whats wrong with the solution you have found of using angular-cache?

As mentioned in my question, want to know others suggestions…