HttpResponseBase.AddCacheItemDependency Method (String)
.NET Framework (current version)
Makes the validity of a cached response dependent on the specified item in the cache.
Assembly: System.Web (in System.Web.dll)
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
Available since 3.5
Show: