TestCache

CachingStructLoader mock implementation

Constructors

this
this(Cache cache)
Undocumented in source.

Members

Aliases

Super
alias Super = typeof(super)
Undocumented in source.

Classes

Cache
class Cache
Undocumented in source.

Functions

addEmptyValues
void addEmptyValues(bool newval)
Undocumented in source. Be warned that the author may not have intended to support it.
addToSource
void addToSource(hash_t key, S value)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
void getData(hash_t key, void delegate(Contiguous!(S) data) got)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

add_empty
bool add_empty;
Undocumented in source.
source
void[][hash_t] source;
Undocumented in source.

Meta