MutableData
A thread-safe in-memory data store providing access to values using the Service Locator pattern
It is provided so methods annotated with InitApi can store values (through their InitApiContext which provides access to a mutable data store) which can later be retrieved by methods annotated with Api (through their ApiContext which provides access to a read-only view).