Canceling Pending Cached Updates
Go Up to Using Cached Updates
Pending cached updates are updated records that are posted to the cache but not yet applied to the database. There are three ways to cancel pending cached updates:
- To cancel all pending updates and disable further cached updates, set the
CachedUpdates
property toFalse
. - To discard all pending updates without disabling further cached updates, call the
CancelUpdates
method. - To cancel updates made to the current record call
RevertRecord
.
The following sections discuss these options in more detail.