IStateStore Methods |
The IStateStore type exposes the following members.
Name | Description | |
---|---|---|
Get<T> |
Gets a value of a given type from the store.
| |
GetOrAdd<T> |
Gets a value from the cache or adds it if it does not exist yet.
| |
GetOrNew<T> |
Gets a value from the cache or adds a default value if it does not exist yet.
| |
Set<T> |
Adds a value to the store or replace it if a value of the same type already exists.
|