angular-local-storage icon indicating copy to clipboard operation
angular-local-storage copied to clipboard

TTL support on Key

Open murliatdure opened this issue 10 years ago • 0 comments

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

murliatdure avatar Jul 18 '15 07:07 murliatdure