{
"operation-name" : "add",
"description" : "Adds a passivation store",
"request-properties" : {
"bean-cache" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache used to store bean instances.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.clustering.infinispan.cache-configuration",
"capability-reference-pattern-elements" : [
"cache-container",
"bean-cache"
],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"cache-container" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache container used for the bean and client-mappings caches",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : "ejb",
"capability-reference" : "org.wildfly.clustering.infinispan.default-cache-configuration",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"max-size" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of beans this cache should store before forcing old beans to passivate",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 10000,
"min" : 0,
"max" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}