Delegate UpdateHandler<T>
Invoked when cache entries are invalidated.
public delegate void UpdateHandler<T>(T? update)
Parameters
updateTThe newly invalidated value, or null for a revalidation which didn't find any changes.
Type Parameters
T
Invoked when cache entries are invalidated.
public delegate void UpdateHandler<T>(T? update)
update TThe newly invalidated value, or null for a revalidation which didn't find any changes.
T