cacheRegionNew
10
Overview
ColdFusion
Open BlueDragon
Lucee
Creates a cache region with specified name and properties.
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
10
|
name | Yes | String | Cache region name. | |
10
|
properties | No | Struct | Struct to specify region properties. | |
10
|
throwOnError | No | Boolean | Flag to specify if error should be thrown if region with specified name already exists. Default[false]. |