Invalidation events describe how the cached analyzer state became stale.
The current codebase triggers these events in two main ways:
InvalidationEventType.Full: emitted by explicit reset flows such as
FlowrAnalyzerContext#reset or FlowrAnalyzerCache#reset. Use this
when the whole project state should be treated as stale.
Invalidation events describe how the cached analyzer state became stale.
The current codebase triggers these events in two main ways: