Class InMemoryExpectationKeyValueStore

java.lang.Object
org.mockserver.state.InMemoryExpectationKeyValueStore
All Implemented Interfaces:
KeyValueStore<ExpectationEntry>

public class InMemoryExpectationKeyValueStore extends Object implements KeyValueStore<ExpectationEntry>
In-memory KeyValueStore for expectations, backed by a CircularPriorityQueue that provides identical ordering and insertion-order eviction to today's RequestMatchers internals.

This is the ONLY expectation KV implementation for phase 2a. It wraps the exact same data structures so behaviour is byte-for-byte unchanged.