asp.net.ph

Response.AddCacheItemDependency Method

System.Web Namespace   HttpResponse Class


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

[ VB ]
Public Sub AddCacheItemDependency ( _
   ByVal cacheKey As String _
)

[ C# ]
public void AddCacheItemDependency (
   string cacheKey
);

[ C++ ]
public: void AddCacheItemDependency (
   String* cacheKey
);

[ JScript ]
public function AddCacheItemDependency (
   cacheKey : String
);

Parameters

cacheKey
The key of the item that the cached response is dependent upon.

Remarks

When the item corresponding to cacheKey is 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