@tomassjosten/local-storage-cache

1.0.0 • Public • Published

local-storage-cache

Super simple package to cache data using local storage. It only removes outdated data when calling getCachedData and the data has expired.

// To store data
cacheData('your-key', dataYouWantToStore, expireInMilliseconds);

// To get data
getCachedData('your-key');

Package Sidebar

Install

npm i @tomassjosten/local-storage-cache

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.67 kB

Total Files

4

Last publish

Collaborators

  • tomassjosten