EntityCache

Undocumented in source.

Constructors

this
this(EntityInfo entity)
Undocumented in source.

Members

Functions

get
Object get(Variant key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasKey
bool hasKey(Variant key)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
Object[] lookup(Variant[] keys, Variant[] unknownKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
Object peek(Variant key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Variant key, Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

entity
EntityInfo entity;
Undocumented in source.
items
Object[Variant] items;
Undocumented in source.
name
string name;
Undocumented in source.

Meta