An open API service indexing awesome lists of open source software.

https://github.com/vordgi/nimpl-cache

Repository for implementing caching solutions for next.js
https://github.com/vordgi/nimpl-cache

cache nextjs reactjs server-components ssr

Last synced: 10 months ago
JSON representation

Repository for implementing caching solutions for next.js

Awesome Lists containing this project

README

          

# nimpl-cache

Repository for implementing caching solutions in next.js.

Visit https://nimpl.tech to view the full documentation.

## Advantages

- Shared cache between different instances (replicas, copies) of the application;
- Three caching options: local, remote and isomorphic;
- Same cacheHandler on the client and on the created server;
- Caching without server restart;
- Clearing of outdated cache.

[Read more about @nimpl/cache-adapter](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-adapter).

## Cache handlers

@nimpl/cache-in-memory — base cacheHandler, which cache data in-memory. [Read more](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-in-memory)

## License

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