tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
LRU.keys
tagion
utils
LRU
LRU
keys returns a slice of the keys in the cache, from oldest to newest.
class
LRU
(K, V)
@
nogc
pure nothrow
auto
keys
(
)
Meta
Source
See Implementation
tagion
utils
LRU
LRU
aliases
Element
EvictCallback
EvictList
constructors
this
functions
add
contains
get
getOldest
keys
length
opIndex
opIndexAssign
opSlice
peek
purge
remove
removeOldest
setEvict
update
manifest constants
does_not_have_immutable_members
structs
Entry
variables
size
keys returns a slice of the keys in the cache, from oldest to newest.