Skip to content

Commit d88170c

Browse files
committed
update readme with default caching behaviour
1 parent ea3694a commit d88170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ try {
345345
}
346346
```
347347
348-
To enable caching for the requests, 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. To modify the caching, one can add `expiresIn` to the requests configuration object. The values are in seconds. Value `0` disables caching.
349349
```javascript
350350
// cache is valid for 30 minutes:
351351
const requestsConfig = {

0 commit comments

Comments
 (0)