In-Memory KV Store Providers¶
In-memory providers implement KeyValueStoreProtocol for lightweight test setups
without external infrastructure dependencies.
Available variants are InMemBytesKeyValueStore, InMemStrKeyValueStore,
InMemJsonKeyValueStore, and InMemDtoKeyValueStore.
API reference: hexkit.providers.testing