Skip to main content
This topic has been closed for replies.

2 replies

Rob_Brooks-Bilson
Participating Frequently
June 8, 2012

Parameter order is wrong in the Function Syntax section. It should be:

CacheRemove(ids, , , )

Unfortunately, the parameter order here differs from most other ColdFusion functions where throwOnError is the last parameter.

Rob_Brooks-Bilson
Participating Frequently
June 8, 2012

Bugger. The forums escaped my syntax. It should be:

CacheRemove(ids, [[throwOnError]], [[region]], [[exact]])

Participant
June 7, 2012

The Function syntax has not been updated for ColdFusion 10. It's missing the region and exact attributes.