InMemoryConfig

A very simple IConfig that simply stores the value in memory. This is mostly only useful for testing.

final
class InMemoryConfig : IConfig!For(
For
) if (
isCopyable!For
) {}

Members

Functions

load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

value
For value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
For value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta