asp.net.ph

Response.RemoveOutputCacheItem Method

System.Web Namespace   HttpResponse Class


Static method removes from the cache all cached items associated with the specified path.

[ VB ]
Public Shared Sub RemoveOutputCacheItem ( _
   ByVal path As String _
)

[ C# ]
public static void RemoveOutputCacheItem (
   string path
);

[ C++ ]
public: static void RemoveOutputCacheItem (
   String* path
);

[ JScript ]
public static function RemoveOutputCacheItem (
   path : String
);

Parameters

path
The physical path to the items that are removed from the cache.
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