CacheRemove

Description

Removes an object from the cache.

Returns

Nothing.

Function syntax

CacheRemove(ids, [throwOnError]])

History

ColdFusion 9: Added the function.

Parameters

Parameter

Description

ids

A comma delimited string of IDs of the cached objects to remove.

throwOnError

A Boolean value specifying whether to throw an exception if any ID does not specify a cached element.