options.json 400 B

123456789101112131415161718192021222324
  1. {
  2. "type": "object",
  3. "properties": {
  4. "cacheContext": {
  5. "type": "string"
  6. },
  7. "cacheKey": {
  8. "instanceof": "Function"
  9. },
  10. "cacheIdentifier": {
  11. "type": "string"
  12. },
  13. "cacheDirectory": {
  14. "type": "string"
  15. },
  16. "read": {
  17. "instanceof": "Function"
  18. },
  19. "write": {
  20. "instanceof": "Function"
  21. }
  22. },
  23. "additionalProperties": false
  24. }