Skip to content

Commit d01a59f

Browse files
authored
Update content/techniques/caching.md
1 parent 6004c6f commit d01a59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ npm install cache-manager
1414
1515
> warning **Warning** `cache-manager` version 4 uses seconds for `TTL (Time-To-Live)`. The current version of `cache-manager` (v5) has switched to using milliseconds instead. NestJS doesn't convert the value, and simply forwards the ttl you provide to the library. In other words:
1616
> * If using `cache-manager` v4, provide ttl in seconds
17-
> * If using `cache-manager` v5 or newer, provide ttl in milliseconds
17+
> * If using `cache-manager` v5, provide ttl in milliseconds
1818
> * Documentation is referring to seconds, since NestJS was released targeting version 4 of cache-manager.
1919
2020
#### In-memory cache

0 commit comments

Comments
 (0)