You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,8 @@ try {
345
345
}
346
346
```
347
347
348
-
Caching is enabled by default where items expire in 30 minutes. To modify the caching, one can add `expiresIn` to the requests configuration object. The values are in seconds. Value `0` disables caching.
348
+
Caching is enabled by default where items expire in 30 minutes. Expired items are deleted every minute.
349
+
To modify the caching, one can add `expiresIn` to the requests configuration object. The values are in seconds. Value `0` disables caching.
0 commit comments