class

Kemal::LRUCache::Node(K, V)

Inherits Reference < Object

Doubly-linked list node

Constructors

new(key : K, value : V)
Source

Instance methods

key=(key : K)
Source
next
Source
next=(next __arg0 : Node(K, V) | Nil)
Source
prev
Source
prev=(prev : Node(K, V) | Nil)
Source
value
Source
value=(value : V)
Source