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 485a114 + 9be9f25 commit 52cbdcdCopy full SHA for 52cbdcd
content/techniques/caching.md
@@ -52,7 +52,7 @@ await this.cacheManager.set('key', 'value');
52
53
The default expiration time of the cache is 5 seconds.
54
55
-You can manually specify a TTL (expiration time) for this specific key, as follows:
+You can manually specify a TTL (expiration time in seconds) for this specific key, as follows:
56
57
```typescript
58
await this.cacheManager.set('key', 'value', { ttl: 1000 });
0 commit comments