OutputCacheUtility Class

 

Provides helper methods for configuring the output cache.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

System.Object
  System.Web.Caching.OutputCacheUtility

[<AbstractClass>]
[<Sealed>]
type OutputCacheUtility = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCacheDependency(HttpResponse)

Creates a cache dependency for the response.

System_CAPS_pubmethodSystem_CAPS_staticFlushKernelCache(String)

Flushes the kernel cache for a specific Uniform Resource Identifier (URI).

System_CAPS_pubmethodSystem_CAPS_staticGetContentBuffers(HttpResponse)

Gets the response content buffers.

System_CAPS_pubmethodSystem_CAPS_staticGetValidationCallbacks(HttpResponse)

Gets the cache policy validation callback information.

System_CAPS_pubmethodSystem_CAPS_staticSetContentBuffers(HttpResponse, ArrayList)

Sets the content buffers.

System_CAPS_pubmethodSystem_CAPS_staticSetupKernelCaching(String, HttpResponse)

Gets the kernel cache key.

.NET Framework
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.

Return to top
Show: