CacheRegionRemove()

this function exists solely for the purpose of compatibility with other CFML Engines.

we strongly recommend not to use this function.

it is recommended to use the Administrator interface in order to remove a cache connection.

Status:

deprecated

Introduced: 5.0.0.0

CacheRegionRemove( cacheName=string, password=string );

Returns: void

Argument Description
cacheName
string, required

the name of the cache connection to remove (also known as Region in other CFML engines).

Alias: cache, region

password
string, optional

the password for the web administrator is required to interact with Cache Connections. You can optionally set it for your Application in Application.cfc using the variable [this.webAdminPassword].

Alias: webAdminPassword

Examples

There are currently no examples for this function 19,568ms WARN No examples for function cacheregionremove

See also