HttpResponseBase::AddCacheItemDependency Method (String^)

 

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

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

public:
virtual void AddCacheItemDependency(
	String^ cacheKey
)

Parameters

cacheKey
Type: System::String^

The key of the item that the cached response is dependent on.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: