Sourcing::Plugin::StateCache::Memory

In-memory implementation of the StateCache interface. Suitable for testing and development.

Overview

This class implements Sourcing::Plugin::StateCache using in-memory hash storage. Projection state is cached with version tracking for fast recovery.

Notes

See Also