Properties
Private _cache
_cache: any
Private _model
_model: any
Private addElementToCache
addElementToCache: any
Methods
removeStructureFromCache
- removeStructureFromCache(structure: IStructure): void
resolve
-
Parameters
-
typeName: string
-
qualifiedName: string
Manages a cached map [qualified name: string] -> list of structures, with the possibility to retrieve (resolve) based on qualified name.
Used to speed up resolution of by-(qualified-)name references.