struct

LRUCache::Event

Inherits Struct < Value < Object

Event struct containing the key related to it's EventType

Constructors

new(key : String, event_type : LRUCache::EventType)
Source

Instance methods

event_type

The event type that got fired.

Source
key

The key of the item that was handled by the LRU cache.

Source