Count (WebCache)

Returns the current number of Cached Items in the WebCache Collection - Read Only.

Syntax

[value=]object.Count

The Count property syntax has the following parts:

Part Description
object

A valid WebCache object

value

An Integer value.

Data Type

Integer

Example

'In this example aWebCache represents a declared instance of the webcache class
'containing cached items
dim icount as integer
icount= aWebCache.count