docs: about cache

This commit is contained in:
cinwell.li
2019-05-22 15:38:50 +08:00
committed by GitHub
parent 676f84cffa
commit 28d094200c
+12
View File
@@ -454,6 +454,18 @@ window.$docsify = {
};
```
Such as setting the cache
```js
window.$docsify = {
requestHeaders: {
'cache-control': 'max-age=600'
}
};
```
## ext
- type: `String`