HttpResponseWrapper.AddCacheItemDependencies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Makes the validity of a cached response dependent on other items in the cache.
Overloads
AddCacheItemDependencies(ArrayList) |
Makes the validity of a cached response dependent on the specified items in the cache. |
AddCacheItemDependencies(String[]) |
Makes the validity of a cached item dependent on the specified items in the cache. |
AddCacheItemDependencies(ArrayList)
Makes the validity of a cached response dependent on the specified items in the cache.
public:
override void AddCacheItemDependencies(System::Collections::ArrayList ^ cacheKeys);
public override void AddCacheItemDependencies (System.Collections.ArrayList cacheKeys);
override this.AddCacheItemDependencies : System.Collections.ArrayList -> unit
Public Overrides Sub AddCacheItemDependencies (cacheKeys As ArrayList)
Parameters
- cacheKeys
- ArrayList
A collection that contains the keys of the items that the cached response is dependent on.
Applies to
AddCacheItemDependencies(String[])
Makes the validity of a cached item dependent on the specified items in the cache.
public:
override void AddCacheItemDependencies(cli::array <System::String ^> ^ cacheKeys);
public override void AddCacheItemDependencies (string[] cacheKeys);
override this.AddCacheItemDependencies : string[] -> unit
Public Overrides Sub AddCacheItemDependencies (cacheKeys As String())
Parameters
- cacheKeys
- String[]
An array that contains the keys of the items that the cached response is dependent on.