Skip to content

UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>.InvalidateCacheOnCommit method

Attaches a cache invalidation call to to OnCommit callback of the current unit of work. This would clear cached items related to this row type.

protected virtual void InvalidateCacheOnCommit()

See Also