This documentation is archived and is not being maintained.
HttpResponse.RemoveOutputCacheItem Method
.NET Framework 1.1
Static method removes from the cache all cached items associated with the specified path.
[Visual Basic] 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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: