DeclarativeStore

Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
expect
T expect(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(string key, T def)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
store
T store(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Disposable

dispose
void dispose()

Dispose the underlying resource

Meta