cacheRemove
Description
Removes an object from the cache.
Categories
Related
History
ColdFusion
9: Added the function.
Syntax
CacheRemove(ids, [throwOnError]])
Attributes
| Attribute | Description | Required | Default |
|---|---|---|---|
| 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. |
Returns
Nothing.