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:
Introduced: 5.0.0.0
	CacheRegionRemove( cacheName=string, password=string );
	
	Returns: void
| Argument | Description | 
|---|---|
| 
									cacheName
								string,
									
										required | edit the name of the cache connection to remove (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 33,882ms WARN No examples for function CacheRegionRemoveSee also
- Cache
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)
