DropCachesEventSchema
Clears the client's local caches. Each flag selects one store: dropScreensCache the cached screen payloads, dropInitialGraphCache the cached initial navigation graph, and dropVersionCache the cached version marker used to decide whether the cached content is still valid.
incomingData consumed: not used.
Triggers fired:
OnSuccessEventTrigger— when the selected caches were dropped. No data is passed downstream.OnFailureEventTrigger— when dropping failed; theThrowableis passed as incomingData and the error is logged.
Constructors
Properties
This event's own children — each declaring, via its own trigger, which of this event's outgoing triggers runs it. null when this event declares no children.
The condition that must occur for this event to run — matched by structural equality (data class/data object equality) against whatever trigger value fired, never by any kind of subscription or listener registry.