Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-lru
master
LRUCache
Item
Generated using Crystal 1.16.3
2026-02-14 05:01:03 UTC
struct
LRUCache::
Item(T)
LRUCache::Item(T)
Struct
Value
Object
Defined in:
lru.cr
Constructors
.new
(value : T, expires_at : Int64 | Nil)
Instance Method Summary
#expires_at
#value
Constructor Detail
def self.
new
(value : T, expires_at : Int64 | Nil)
#
[
View source
]
Instance Method Detail
def
expires_at
#
[
View source
]
def
value
#
[
View source
]