ASPCache Object
ASPCache.Remove()
See Also:
ASPCache Object
Collection Functionality
ASPCache.RemoveAll()
ASPCache.Count
Removes an item from the cache.
Syntax
VBScript:
bRemoved
=
Cache
.Remove(
key
)
JScript:
bRemoved
=
Cache
.Remove(
key
);
Object
Cache
An
ASPCache
object.
Parameters
key
A string key or
item handle
.
Return Value
bRemoved
True if the item was removed. False if the item could not be found.
© 1998 - 2002 by WebGecko Software LLC. All rights reserved.