System.Web.HttpCacheValidateHandler Delegate

Represents a method that is called to validate a cached item before the item is served from the cache.

Syntax

public delegate void HttpCacheValidateHandler (HttpContext context, object data, ref HttpValidationStatus validationStatus)

Parameters

context
Documentation for this section has not yet been entered.
data
Documentation for this section has not yet been entered.
validationStatus
Documentation for this section has not yet been entered.

Remarks

If a cached item is invalidated within the scope of the System.Web.HttpCacheValidateHandler method, it is evicted from the cache and the request for the item is treated as a cache miss.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0