asp.net.ph

Response.AddCacheItemDependencies Method

System.Web Namespace   HttpResponse Class


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

[ VB ]
Public Sub AddCacheItemDependencies ( _
   ByVal cacheKeys As ArrayList _
)

[ C# ]
public void AddCacheItemDependencies (
   ArrayList cacheKeys
);

[ C++ ]
public: void AddCacheItemDependencies (
   ArrayList* cacheKeys
);

[ JScript ]
public function AddCacheItemDependencies (
   cacheKeys : ArrayList
);

Parameters

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

Remarks

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

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph