RoundRobinCache

Undocumented in source.

Members

Functions

get
V get(K key, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
requireSize
void requireSize(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

keys
K[] keys;
Undocumented in source.
lookup
V[K] lookup;
Undocumented in source.
pos
size_t pos;
Undocumented in source.

Meta