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
Examples
There are currently no examples for this function 12,422ms WARN No examples for function cacheregionexistsSee also
- Cache
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)