We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cache-manager
1 parent 1db8fd0 commit ec4b828Copy full SHA for ec4b828
content/techniques/caching.md
@@ -4,11 +4,10 @@ Caching is a great and simple **technique** that helps improve your app's perfor
4
5
#### Installation
6
7
-First install [required packages](https://github.com/node-cache-manager/node-cache-manager) (and its types for TypeScript users):
+First install [required packages](https://github.com/node-cache-manager/node-cache-manager):
8
9
```bash
10
$ npm install cache-manager
11
-$ npm install -D @types/cache-manager
12
```
13
14
#### In-memory cache
0 commit comments