cacheRegionRemove

Removes a specified cache region.

cacheRegionRemove(region) → returns void

Argument Reference

region string
Required

Name of the cache region that has to be removed.

password string

Lucee 5+ The password for the web administrator is required to interact with Cache Connections.

Compatibility

Lucee:

DEPRECATED since version 5 Only been added for compatibility to other CFML Engines. These functions are already marked as "deprecated" and it's strongly suggested not to use them in new code.

Links more information about cacheRegionRemove

Examples
Sample code invoking the cacheRegionRemove function

<cfset cacheRegionRemove('testregion')>

Fork me on GitHub