APGen Documentation Previous Topic: ASPCache.Item Next Topic: ASPCache.Enabled Parent Topic: ASPCache Object    ASPCache Object
ASPCache.Count
See Also:

Returns the number of items in the cache.

Syntax

VBScript:

nItems = Cache.Count

JScript:

nItems  = Cache.Count;

Object

Cache An ASPCache object.

Return Value

nItems The number of items currently in the cache.