{
"operation-name" : "add",
"description" : "Adds an expiration configuration element to the cache.",
"request-properties" : {
"interval" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "Specifies the duration of time (in milliseconds) between expiration processing, during which expired cache entries will be purged from memory and stores. If zero, asynchronous expiration processing is disabled.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 60000,
"unit" : "MILLISECONDS",
"min" : 0,
"max" : 9223372036854775807,
"stability" : "default"
},
"lifespan" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "When defined, specifies the default duration of time (in milliseconds) since creation after which cache entries will auto-expire. When undefined, cache entries will not auto-expire due to age by default.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"unit" : "MILLISECONDS",
"min" : 0,
"max" : 9223372036854775807,
"stability" : "default"
},
"max-idle" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "When defined, specifies the default duration of time (in milliseconds) since last access after which idle cache entries will auto-expire. When undefined, idle cache entries will not auto-expire by default.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"unit" : "MILLISECONDS",
"min" : 0,
"max" : 9223372036854775807,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}