Cache

Undocumented in source.

Members

Static functions

get
T get(string key, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string key, T value, int expireMinutes)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta