Skip to content

Supporting LRU data structure for caching. This hook is used to cache the data into local storage.

Notifications You must be signed in to change notification settings

HamadTheIronside/react-local-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useCache hook

Supporting LRU data structure for caching. This hook is used to cache the data into local storage.

How to install?

npm install --save react-local-cache

Roadmap

  • Adding support for multiple cache stores
  • Adding support for cache expiration
  • Adding support for cache invalidation
  • Adding examples of useCache hook
  • Adding examples of useCache hook with multiple cache stores
  • Adding Documentation
  • fixing typescript errors
  • adding tests

About

Supporting LRU data structure for caching. This hook is used to cache the data into local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published