docs: about cache (#854)

This commit is contained in:
cinwell.li
2019-12-22 17:16:23 +05:30
committed by Anix
parent 808123bc30
commit 8416275e25
+12
View File
@@ -480,6 +480,18 @@ window.$docsify = {
};
```
Such as setting the cache
```js
window.$docsify = {
requestHeaders: {
'cache-control': 'max-age=600'
}
};
```
## ext
- type: `String`