Overview
InMemoryStorage provides a fast, ephemeral storage backend. Ideal for development, testing, and scenarios where persistence isn’t required.
Basic Usage
Parameters
Storage Type
InMemoryStorage is a synchronous storage implementation using Python dictionaries.
