Cache

Undocumented in source.

Members

Functions

add
void add(KeyType key, DataType data)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
Option!DataType get(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.
getOrAdd
DataType getOrAdd(KeyType key, DataType delegate() fetch)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta