# @nimpl/cache-in-memory

Base cacheHandler for next.js, which cache data in-memory

Visit https://nimpl.dev/docs/cache-in-memory to view the full documentation.

## Installation

**Using npm:**
```bash
npm i @nimpl/cache-in-memory
```

**Using yarn:**
```bash
yarn add @nimpl/cache-in-memory
```

## Examples

Base example with @nimpl/cache-in-memory. [See example](https://github.com/vordgi/nimpl-cache/tree/main/example).

## License

[MIT](https://github.com/vordgi/nimpl-cache/blob/main/LICENSE)
