Skip to content

Commit 3e7a4b2

Browse files
Tony133jmcdo29
andauthored
Update content/techniques/caching.md
Co-authored-by: Jay McDoniel <[email protected]>
1 parent 459999c commit 3e7a4b2

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
@@ -15,7 +15,7 @@ $ npm install cache-manager
1515
> warning **Warning** `Cache-manager` version 4 uses seconds for `TTL (Time-To-Live)`. 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
1717
> * If using `cache-manager` v5 or newer, provide ttl in milliseconds
18-
> Documentation is referring to seconds, since NestJS was released targeting version 4 of cache-manager.
18+
> * Documentation is referring to seconds, since NestJS was released targeting version 4 of cache-manager.
1919
2020
#### In-memory cache
2121

0 commit comments

Comments
 (0)