discord-w ~master (2018-04-02T21:33:29Z)
Dub
Repo
SimpleCache
discord
w
cache
class
SimpleCache (
T
string
idMember
= "id"
size_t
limit
=
size_t
.
max
) {
T
[]
entries
;
size_t
index
;
IDType
[]
removeAll
(
IDType
[]
ids
)
;
}
Members
Functions
removeAll
IDType
[]
removeAll
(
IDType
[]
ids
)
Meta
Source
See Implementation
discord
w
cache
classes
SimpleCache