cache statistics
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 47s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m20s

This commit is contained in:
Lee
2024-10-27 15:17:54 +00:00
parent c58f24103f
commit b83fb6f3a8
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
type CacheOptions = {
/**
* The time the cached object will be valid for
* The time (in ms) the cached object will be valid for
*/
ttl?: number;