Class LruInMemoryStateRebuildingCache

java.lang.Object
com.opencqrs.framework.command.cache.LruInMemoryStateRebuildingCache
All Implemented Interfaces:
StateRebuildingCache

public class LruInMemoryStateRebuildingCache extends Object implements StateRebuildingCache
StateRebuildingCache implementation backed by a synchronized LinkedHashMap with configurable maximum capacity and LRU semantics.