LOCAL
ALL
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | LAZY |
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | EAGER LAZY |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
start | STRING | false | false | The cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). | |
batching | BOOLEAN | false | false | If enabled, the invocation batching API will be made available for this cache. | |
indexing | STRING | false | false | If enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. | |
jndi-name | STRING | false | false | The jndi-name to which to bind this cache instance. |