{
"operation-name" : "add",
"description" : "Add a cache container to the infinispan subsystem",
"request-properties" : {
"aliases" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The list of aliases for this cache container",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"default-cache" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The default infinispan cache",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.clustering.infinispan.cache-configuration",
"capability-reference-pattern-elements" : [
"cache-container",
"default-cache"
],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"marshaller" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Defines the marshalling implementation used to marshal cache entries.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "LEGACY",
"allowed" : [
"LEGACY",
"JBOSS",
"PROTOSTREAM"
],
"stability" : "default"
},
"modules" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The set of modules associated with this cache container's configuration.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : ["org.wildfly.clustering.cache.infinispan.embedded"],
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"statistics-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If enabled, statistics will be collected for this cache container",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}