@giancarl021/browser-cache
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Browser-Cache

Simple caching service for frontend applications.

Similar projects

Why?

This package aims to provide a simple cache service with expiration time for browser applications, utilizing the Storage API to store the data.

This allows for a simple caching service that can be used in any browser application, without the need to install any additional dependencies, but, if needed, can be extended to use a different implementation of the default localStorage and sessionStorage.

Documentation and Source-Code

You can find the full documentation and source-code of this package here.

Readme

Keywords

Package Sidebar

Install

npm i @giancarl021/browser-cache

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

8.99 kB

Total Files

20

Last publish

Collaborators

  • giancarl021