Supporting LRU data structure for caching. This hook is used to cache the data into local storage.
npm install --save react-local-cache
- 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