Description
Removes a specified cache region.
Returns
Nothing
History
ColdFusion 10: Added this function.
Removes a specified cache region.
Nothing
ColdFusion 10: Added this function.
cacheRegionRemove(region__)
Parameter |
Description |
---|---|
region |
Name of the cache region that has to be removed. |
See the example for CacheRegionExists.