DeleteRequestHandler<TRow,TDeleteRequest,TDeleteResponse>.InvalidateCacheOnCommit method

namespace: Serenity.Services   assemblySerenity.Net.Services

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