Context
Last updated
Last updated
Intermidiate data is encapsulated in object and passed via method of components. It contains methods for accessing data.
can be passed between contexts.
oversees global memory access throughout its context. Memory used for preserving data that can be accessed in context of . Memory acces is provided via special components:
Data in memory cannot be manipulated; it can only be stored. If you need to manipulate data, you must retrieve it, which adds it to intermediate data ().
The memory state is bound to the context (), and you cannot access the memory of other contexts, even if the accessing context is nested within them.
Additionally, the handles logging. See more on logging: