Skip to content

DeleteRequestHandler<TRow,TDeleteRequest,TDeleteResponse>.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