We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af681ba commit 54815f8Copy full SHA for 54815f8
src/Controllers/SchemaCache.js
@@ -1,6 +1,6 @@
1
-const CACHED_KEYS = "__CACHED_KEYS";
2
const MAIN_SCHEMA = "__MAIN_SCHEMA";
3
const SCHEMA_CACHE_PREFIX = "__SCHEMA";
+
4
export default class SchemaCache {
5
cache: Object;
6
0 commit comments