voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
Cache.Entry
voxelman
container
cache
Cache
Undocumented in source.
struct
Cache
(Key, Value, uint maxEntries)
static
struct
Entry {
Key
key
;
size_t
valueIndex
;
}
Members
Variables
key
Key
key
;
Undocumented in source.
valueIndex
size_t
valueIndex
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
container
cache
Cache
functions
get
put
toString
manifest constants
lastEntryIndex
structs
Entry
variables
entries
numUsed
values