Table of Contents

Method RemoveOldest

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

RemoveOldest()

Removes the oldest item from the cache.

KeyValuePair<TKey, TValue> RemoveOldest()

Returns

KeyValuePair<TKey, TValue>

The key-value pair of the oldest item that was removed.