2021-02-11 21:31:41 +08:00

28 lines
449 B
JSON

{
"type": "object",
"properties": {
"cacheContext": {
"type": "string"
},
"cacheKey": {
"instanceof": "Function"
},
"cacheIdentifier": {
"type": "string"
},
"cacheDirectory": {
"type": "string"
},
"read": {
"instanceof": "Function"
},
"readOnly": {
"type": "boolean"
},
"write": {
"instanceof": "Function"
}
},
"additionalProperties": false
}