ASPCache Object
ASPCache.Count
See Also:
ASPCache Object
Collection Functionality
ASPCache.MaxSize
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.
© 1998 - 2002 by WebGecko Software LLC. All rights reserved.