HttpResponseBase::AddCacheItemDependencies Method (array<String^>^)
.NET Framework (current version)
Makes the validity of a cached item dependent on the specified items in the cache.
Assembly: System.Web (in System.Web.dll)
Parameters
- cacheKeys
-
Type:
array<System::String^>^
An array that contains the keys of the items that the cached response is dependent on.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: