cacheRemove

Description

Removes an object from the cache.

Categories

Related

History

ColdFusion 9: Added the function.

Syntax

CacheRemove(ids, [throwOnError]])

Attributes

AttributeDescriptionRequiredDefault
idsA comma delimited string of IDs of the cached objects to remove.
throwOnErrorA Boolean value specifying whether to throw an exception if any ID does not specify a cached element.

Returns

Nothing.