Skip to content

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Discord Backers on Open Collective Sponsors on Open Collective

Description

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.

Installation

$ npm i --save @nestjs/cache-manager cache-manager

Requirements

This 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.

Quick Start

Overview & Tutorial

Support

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.

Stay in touch

License

Nest is MIT licensed.

About

Cache manager module for Nest framework (node.js) 🗃

Topics

Resources

Contributing

Stars

167 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages