angular-local-storage
angular-local-storage copied to clipboard
TTL support on Key
Can we have the TTL (timely cached) support just like jStorage.
JStorage supports - $.jStorage.set('key', value); $.jStorage.setTTL('key', time); // time say 2000 = 2s $.jStorage.get('key'); // Auto-Cahce after that Key vanishes