Browser-Cache
Simple caching service for frontend applications.
Similar projects
-
TinyCache - In-memory cache service;
-
Node-Cache - For NodeJS, but works with polyfills.
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.