blob: 0d6c2a42e25bfc9b3b0052435f770be00fd18c01 [file] [log] [blame]
{
"type": "object",
"properties": {
"cacheContext": {
"type": "string"
},
"cacheKey": {
"instanceof": "Function"
},
"cacheIdentifier": {
"type": "string"
},
"cacheDirectory": {
"type": "string"
},
"compare": {
"instanceof": "Function"
},
"precision": {
"type": "number"
},
"read": {
"instanceof": "Function"
},
"readOnly": {
"type": "boolean"
},
"write": {
"instanceof": "Function"
}
},
"additionalProperties": false
}