Properties
cacheHits
cacheHits: Set<string & object> = new Set<LocatorHash>()
cacheMisses
cacheMisses: Set<string & object> = new Set<LocatorHash>()
Private reportedErrors
reportedErrors: Set<any> = new Set()
Private reportedInfos
reportedInfos: Set<any> = new Set()
Private reportedWarnings
reportedWarnings: Set<any> = new Set()