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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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