{
"operation-name" : "add",
"description" : "Adds a memory configuration element to the cache.",
"request-properties" : {
"size" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "Eviction threshold, as defined by the size unit.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min" : 1,
"max" : 9223372036854775807,
"stability" : "default"
},
"size-unit" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The unit of the eviction threshold.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "ENTRIES",
"allowed" : ["ENTRIES"],
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}