28 lines
449 B
JSON
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
|
|
}
|