addAll
abstract fun addAll(expireIn: Duration, vararg elements: E, onExpire: ExpirationCallback<E>? = null)
Adds all the given elements to the collection.
Parameters
elements
The element to add.
expireIn
How long from the current time the elements will expire.
onExpire
The callback to call on each the elements once they expire.