Skip to content

Commit 60577ef

Browse files
docs: remove cache store import
1 parent 44aac7b commit 60577ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/caching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ With this in place, you can register the `CacheModule` with multiple stores as s
234234
235235
```typescript
236236
import { Module } from '@nestjs/common';
237-
import { CacheModule, CacheStore } from '@nestjs/cache-manager';
237+
import { CacheModule } from '@nestjs/cache-manager';
238238
import { AppController } from './app.controller';
239239
import { createKeyv } from '@keyv/redis';
240240
import { Keyv } from 'keyv';

0 commit comments

Comments
 (0)