HttpResponseWrapper::AddCacheItemDependencies Method

 

Makes the validity of a cached response dependent on other items in the cache.

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

NameDescription
System_CAPS_pubmethodAddCacheItemDependencies(ArrayList^)

Makes the validity of a cached response dependent on the specified items in the cache.(Overrides HttpResponseBase::AddCacheItemDependencies(ArrayList^).)

System_CAPS_pubmethodAddCacheItemDependencies(array<String^>^)

Makes the validity of a cached item dependent on the specified items in the cache.(Overrides HttpResponseBase::AddCacheItemDependencies(array<String^>^).)

Return to top
Show: