|
CacheRemove
DescriptionRemoves
an object from the cache.
Function syntaxCacheRemove(ids, [throwOnError]])
HistoryColdFusion
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.
|
|