LOCAL
ALL
indexing-properties Properties to control indexing behaviour Attribute | Value |
Type | OBJECT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
invalidations The number of cache invalidations. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
jndi-name The jndi-name to which to bind this cache instance. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
misses The number of cache attribute misses. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
module The module whose class loader should be used when building this cache's configuration. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
number-of-entries The current number of entries in the cache. May return null if the cache is not started. Attribute | Value |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
passivations The number of cache node passivations (passivating a node from memory to a cache store). May return null if the cache is not started. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
read-write-ratio The read/write ratio of the cache ((hits+misses)/stores). May return null if the cache is not started. Attribute | Value |
Type | DOUBLE |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
remove-hits The number of cache attribute remove hits. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
remove-misses The number of cache attribute remove misses. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
start The cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). Attribute | Value |
Default Value | LAZY |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | EAGER LAZY |
statistics-enabled If enabled, statistics will be collected for this cache Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
stores The number of cache attribute put operations. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |
time-since-reset Time (in secs) since cache statistics were reset. May return null if the cache is not started. Attribute | Value |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | metric |