addFirst
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.
Adds the given element to the beginning of the collection.
The element to add.
How long from the current time the element will expire.
The callback to call when the element expires.