RemoveAll

Removes all cached items from the WebCache Collection.

Syntax

object.RemoveAll()

The RemoveAll method syntax has the following parts:

Part Description
object An expression evaluating to an object of type WebCache.

Example

'In this example aWebCache represents a declared instance of the webcache class
'containing cached items
 
'removes all cached item in the webcache collection
 
aWebCache.removeall