struct
LRUCache::Event
- LRUCache::Event
- Struct
- Value
- Object
Overview
Event struct containing the key related to it's EventType
Defined in:
lru.crConstructors
Instance Method Summary
-
#event_type : EventType
The event type that got fired.
-
#key : String
The key of the item that was handled by the LRU cache.