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
- Host: GitHub
- URL: https://github.com/vordgi/nimpl-cache
- Owner: vordgi
- License: mit
- Created: 2024-03-11T17:38:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:30:02.000Z (over 1 year ago)
- Last Synced: 2024-10-24T14:26:06.881Z (over 1 year ago)
- Topics: cache, nextjs, reactjs, server-components, ssr
- Language: TypeScript
- Homepage: https://nimpl.tech/cache-adapter
- Size: 156 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)