addAll

open override fun addAll(expireIn: Duration, vararg elements: E, onExpire: ExpirationCallback<E>?)

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.