CacheRegionNew()
This function exists solely for the purpose of compatibility with other CFML Engines.
We strongly recommend not to use this function. To create a cache connection either declare it in your Application.cfc or create it via the in the Administrator interface.
Status:
Introduced: 5.0.0.0
CacheRegionNew( cacheName=string, properties=any, throwOnError=any, password=string );
Returns: void
Examples
There are currently no examples for this function 11,961ms WARN No examples for function cacheregionnewSee also
- Cache
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)