In-memory cache mechanism to store ignored annotations per class.
@psalm-var array<'class'|'function', array<string, array<string, true>>>
Type: ignoredAnnotationNames
private $ignoredAnnotationNames = [];