Classes | |
struct | Item |
Public Member Functions | |
void | trim (size_t maxSize) |
void | add (std::string_view key, DataType data) |
bool | has (std::string_view key) const |
std::optional< DataType > | get (std::string_view key) |
Public Attributes | |
IntSizeTProperty | capacity |
UnorderedStringMap< Item > | cache |