HttpResponseBase.AddCacheItemDependencies Method (ArrayList)
.NET Framework (current version)
Makes the validity of a cached response dependent on the specified items in the cache.
Assembly: System.Web (in System.Web.dll)
abstract AddCacheItemDependencies : cacheKeys:ArrayList -> unit override AddCacheItemDependencies : cacheKeys:ArrayList -> unit
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
Available since 3.5
Show: