add

open override fun add(element: E, expireIn: Duration, onExpire: ExpirationCallback<E>?)

Adds the given element to the collection.

Parameters

element

The element to add.

expireIn

How long from the current time the element will expire.

onExpire

The callback to call when the element expires.