CacheRegionExists()

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 add or remove cache connections.

this function returns true if a cache connection with the passed cacheName exists.

Status:

deprecated

Introduced: 5.0.0.0

CacheRegionExists( cacheName=string, password=string );

Returns: Boolean

Argument Description
cacheName
string, required

the name of the cache connection to check (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,543ms WARN No examples for function cacheregionexists

See also