onExpire

abstract fun onExpire(key: K, value: V)

Called when an element has expired and is removed from its holder.

Parameters

key

The key of the element that has expired.

value

The value of the element that has expired.