HttpCachePolicy.AddValidationCallback Method
Assembly: System.Web (in system.web.dll)
public void AddValidationCallback ( HttpCacheValidateHandler handler, Object data )
public function AddValidationCallback ( handler : HttpCacheValidateHandler, data : Object )
Parameters
- handler
The HttpCacheValidateHandler value.
- data
The arbitrary user-supplied data that is passed back to the AddValidationCallback delegate.
TheAddValidationCallback method provides a mechanism to check the response programmatically in the cache before the response is returned to the client by the output cache.
Before the response is served from the Web server cache, all registered handlers are queried to ensure resource validity. If any handler sets a flag indicating that the cached response is not valid, the entry is marked as not valid and expelled from the cache. In this case, as well as when any handler indicates that the cached response should be ignored for this request, the request is then handled as if it were a cache miss.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.