{
"operation-name" : "add",
"description" : "Add a replicated cache to this cache container",
"request-properties" : {
"modules" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The set of modules associated with this cache's configuration.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"remote-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 17500,
"unit" : "MILLISECONDS",
"min" : 0,
"max" : 9223372036854775807,
"stability" : "default"
},
"statistics-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If enabled, statistics will be collected for this cache",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}