LOCAL
ALL
Attribute | Value |
---|---|
Type | OBJECT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | LAZY |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | LAZY |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
batching | BOOLEAN | false | true | false | If enabled, the invocation batching API will be made available for this cache. |
indexing | STRING | false | true | NONE | If enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. |
indexing-properties | OBJECT | false | true | Properties to control indexing behaviour | |
jndi-name | STRING | false | true | The jndi-name to which to bind this cache instance. | |
module | STRING | false | true | The module whose class loader should be used when building this cache's configuration. | |
start | STRING | false | true | LAZY | The cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). |
statistics-enabled | BOOLEAN | false | true | false | If enabled, statistics will be collected for this cache |