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