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:
Introduced: 5.0.0.0
CacheRegionExists( cacheName=string, password=string );
Returns: Boolean
| Argument | Description |
|---|---|
|
cacheName
string,
required
|
edit
the name of the cache connection to check (also known as Region in other CFML engines). Alias: cache, region |
|
password
string,
optional
|
edit
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 32,333ms WARN No examples for function CacheRegionExistsSee also
- Cache
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)