
# `@cranium/cache`


Redux middleware to cache redux store in:

- [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
- [AsyncStorage](https://github.com/react-native-community/async-storage)

Or whatever storage you may need)

## Instalation

```
yarn add @cranium/cache
```

### [Documentation](https://alexgul4enko.github.io/bones/docs/cache/cache_about)