Check if schema is cached for this version.
(self, version: str)
| 43 | path.write_text(json.dumps(schema, ensure_ascii=False), encoding="utf-8") |
| 44 | |
| 45 | def has(self, version: str) -> bool: |
| 46 | """Check if schema is cached for this version.""" |
| 47 | return self._path(version).exists() |