System.Web.HttpResponse.AddCacheItemDependencies Method

Makes the validity of a cached response dependent on other items in the cache.

Syntax

public void AddCacheItemDependencies (ArrayList cacheKeys)

Parameters

cacheKeys
The ArrayList that contains the keys of the items that the current cached response is dependent upon.

Remarks

When the items referred to in the cacheKeys parameter are removed from the cache, the cached response of the current item is not valid.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0