You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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