Skip to content
Search
DSL · Telemetry

memory_context_storage

Definition

/**
 * Create a MemoryContextStorage.
 *
 * In-memory context storage for storing and retrieving the current context.
 * A single instance should be shared across all providers within a request lifecycle.
 *
 * @param null|Context $context Optional initial context
 */
memory_context_storage(?Context $context) : MemoryContextStorage

Contributors

Built in the open.

Join us on GitHub
scroll back to top