Cache

Undocumented in source.

Members

Functions

get
Value* get(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Key key, Value val)
Undocumented in source. Be warned that the author may not have intended to support it.
put
Value* put(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

lastEntryIndex
enum lastEntryIndex;
Undocumented in source.

Structs

Entry
struct Entry
Undocumented in source.

Variables

entries
Entry[maxEntries] entries;
Undocumented in source.
numUsed
size_t numUsed;
Undocumented in source.
values
Value[maxEntries] values;
Undocumented in source.

Meta