ActualizeAllClearMode

@Serializable
sealed interface ActualizeAllClearMode(source)

invalidate/actualizeAll clearing mode. Declare when data in original repo will be cleared

Inheritors

Types

Link copied to clipboard
@Serializable
data object BeforeLoad : ActualizeAllClearMode

Instruct user of this mode to clear internal data before load of external data

Link copied to clipboard
@Serializable
data object BeforeSet : ActualizeAllClearMode

Instruct user of this mode to clear internal data after load of external data and before set of internal data

Link copied to clipboard
@Serializable
data object Never : ActualizeAllClearMode

Instruct user of this mode to never clear internal data