@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Enumeration InvalidationEventTypeConst

    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.
    • InvalidationEventType.SingleFileInvalidate: emitted by FlowrFile#invalidate, including FlowrInlineTextFile#updateInlineContent, when one known file changed.
    Index
    Full: "full"
    SingleFileInvalidate: "single-file-invalidate"