Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors