addFirst

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

Adds the given element to the beginning of 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.