APGen Documentation Previous Topic: ASPCache.TimeSinceLastUse() Next Topic: ASPCache.RemoveAll() Parent Topic: ASPCache Object    ASPCache Object
ASPCache.Remove()
See Also:

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.