Interface StateRebuildingCache

All Known Implementing Classes:
LruInMemoryStateRebuildingCache, NoStateRebuildingCache
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface StateRebuildingCache
Interface specifying operations to cache event-sourced instance state to reduce the number of fetched events prior to executing a CommandHandler.
See Also: