A progressive Node.js framework for building efficient and scalable server-side applications.
cache-manager module for Nest originally published as part of the @nestjs/common package. This package is a drop-in replacement for the deprecated CacheModule.
$ npm i --save @nestjs/cache-manager cache-managerThis package ships as ESM only. It requires Node.js ^20.19.0 || ^22.12.0 || >=24.0.0 — the versions in which require(esm) is available unflagged.
CommonJS applications (including the default nest new setup) can keep using a regular import statement: TypeScript compiles it to require(), and Node loads the ESM build through require(esm). On older Node.js versions that call fails with ERR_REQUIRE_ESM; upgrade Node.js or switch your application to ESM.
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.