OutputCacheUtility Class
Provides helper methods for configuring the output cache.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateCacheDependency(HttpResponse) | Creates a cache dependency for the response. |
![]() ![]() | FlushKernelCache(String) | Flushes the kernel cache for a specific Uniform Resource Identifier (URI). |
![]() ![]() | GetContentBuffers(HttpResponse) | Gets the response content buffers. |
![]() ![]() | GetValidationCallbacks(HttpResponse) | Gets the cache policy validation callback information. |
![]() ![]() | SetContentBuffers(HttpResponse, ArrayList) | Sets the content buffers. |
![]() ![]() | SetupKernelCaching(String, HttpResponse) | Gets the kernel cache key. |
.NET Framework
Available since 4.6.2
Available since 4.6.2
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

