ObjectCache

static cache of objects that are looked-up by the address of their native counter part

Members

Static functions

get
Object get(void* native)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(void* native)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(void* native, Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta