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 |
---|---|---|---|---|---|
module | STRING | false | true | org.jboss.as.clustering.infinispan | The module whose class loader should be used when building this cache's configuration. |
statistics-enabled | BOOLEAN | false | true | false | If enabled, statistics will be collected for this cache |
replication-queue-executor | STRING | false | false | The executor used for asynchronous cache operations | |
aliases | LIST | false | false | The list of aliases for this cache container | |
eviction-executor | STRING | false | false | The scheduled executor used for eviction | |
start | STRING | false | true | LAZY | The cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). |
jndi-name | STRING | false | true | The jndi-name to which to bind this cache instance. | |
default-cache | STRING | false | true | The default infinispan cache | |
listener-executor | STRING | false | false | The executor used for the replication queue |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | false | false | The name of the cache. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | false | false | The name of the cache. |