A local cache
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Attribute | Value |
|---|---|
| Default Value | NONE |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | NONE LOCAL ALL |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| 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. | |
| module | STRING | false | false | The module whose class loader should be used when building this cache's configuration. |