Type
String Collection (Read-Only)
Description
The list of pages currently in cache.
Example
REM Clean out the cache:
Dim item As Variant
For Each item In WebsterPro1.CachedPages
WebsterPro1.DismissPage item
Next item