(file: AFile)
| 76 | return ['schemas', 'fields', 'tables', 'field', 'table', 'schema', 'field', 'mdbTable', 'mdbTables', 'mdbFrame', 'mdbCommand', 'mdbCommands'] as Array<keyof MDBContent>; |
| 77 | } |
| 78 | public cacheTypes (file: AFile) { |
| 79 | return ['schemas', 'fields', 'tables'] as Array<keyof MDB>; |
| 80 | } |
| 81 | public getCacheTypeByRefString (file: AFile, refString: string) |
| 82 | { |
| 83 | return null as any; |
nothing calls this directly
no outgoing calls
no test coverage detected