LAZY
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. |
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. | |
replication-queue-executor | STRING | false | false | The executor used for asynchronous cache operations | |
default-cache | STRING | false | true | The default infinispan cache | |
listener-executor | STRING | false | false | The executor used for the replication queue | |
aliases | LIST | false | false | The list of aliases for this cache container | |
eviction-executor | STRING | false | false | The scheduled executor used for eviction |
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. |