HttpResponseWrapper::AddCacheItemDependencies Method (array<String^>^)

 

Makes the validity of a cached item dependent on the specified items in the cache.

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

public:
virtual void AddCacheItemDependencies(
	array<String^>^ cacheKeys
) override

Parameters

cacheKeys
Type: array<System::String^>^

An array that contains the keys of the items that the cached response is dependent on.

.NET Framework
Available since 3.5
Return to top
Show: