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.
2 parents 01a513f + 4cc0902 commit 1aa4a0dCopy full SHA for 1aa4a0d
content/techniques/caching.md
@@ -25,7 +25,7 @@ import { AppController } from './app.controller';
25
imports: [CacheModule.register()],
26
controllers: [AppController],
27
})
28
-export class ApplicationModule {}
+export class AppModule {}
29
```
30
31
#### Interacting with the Cache store
@@ -113,7 +113,7 @@ import { APP_INTERCEPTOR } from '@nestjs/core';
113
},
114
],
115
116
117
118
119
#### Customize caching
@@ -224,7 +224,7 @@ import { AppController } from './app.controller';
224
225
226
227
228
229
230
#### Async configuration
0 commit comments