Table of Contents

Delegate UpdateHandler<T>

Namespace
The.Caching.Update
Assembly
Instagile.dll

Invoked when cache entries are invalidated.

public delegate void UpdateHandler<T>(T update)

Parameters

update T

The newly cached value.

Type Parameters

T