markStaleByProposition

open fun markStaleByProposition(propositionId: String): Int

Marks every record for the given proposition as ProjectionLifecycle.STALE.

Defaults to a no-op returning 0. Implementations that hold mutable state should override this to replace each matching record with a stale copy.

Return

the number of records transitioned to STALE

Parameters

propositionId

ID of the proposition whose records should go stale