HttpResponseBase::AddCacheItemDependencies Method (ArrayList^)

 

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

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

public:
virtual void AddCacheItemDependencies(
	ArrayList^ cacheKeys
)

Parameters

cacheKeys
Type: System.Collections::ArrayList^

A collection that contains the keys of the items that the cached response is dependent on.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: