Package com.opencqrs.framework.command.cache
package com.opencqrs.framework.command.cache
Contains cache components supporting command execution.
-
ClassDescriptionThe pre-defined cache type.
StateRebuildingCache
implementation backed by asynchronized
LinkedHashMap
with configurable maximum capacity and LRU semantics.StateRebuildingCache
implementation that does not cache anything.Interface specifying operations to cache event-sourced instance state to reduce the number of fetched events prior to executing aCommandHandler
.Represents the cache key, whoseequality
determines, whichStateRebuildingCache.CacheValue
to fetch.Represents the cache value.