Package com.opencqrs.framework.command.cache
package com.opencqrs.framework.command.cache
Contains cache components supporting command execution.
-
ClassDescriptionThe pre-defined cache type.
StateRebuildingCacheimplementation backed by asynchronizedLinkedHashMapwith configurable maximum capacity and LRU semantics.StateRebuildingCacheimplementation 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, whoseequalitydetermines, whichStateRebuildingCache.CacheValueto fetch.Represents the cache value.