Delegate UpdateHandler<T>
Invoked when cache entries are invalidated.
public delegate void UpdateHandler<T>(T update)
Parameters
updateTThe newly cached value.
Type Parameters
T
Invoked when cache entries are invalidated.
public delegate void UpdateHandler<T>(T update)
update TThe newly cached value.
T