SchemaCacheStore constructor
SchemaCacheStore({
- required FilamentTransport transport,
- required String path,
- FilamentSchemaCache? cache,
- String? cacheKey,
Implementation
SchemaCacheStore({
required this._transport,
required this._path,
this._cache,
this._cacheKey,
});