Package | Description |
---|---|
org.axonframework.common.caching |
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
|
org.axonframework.disruptor.commandhandling | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.modelling.saga.repository |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheAdapter<L>
Abstract implementation of the Cache interface which makes it easier to implement Adapters.
|
class |
EhCacheAdapter
Cache implementation that delegates all calls to an EhCache instance.
|
class |
JCacheAdapter
Cache adapter implementation that allows providers implementing the JCache abstraction to be used.
|
class |
NoCache
Cache implementation that does absolutely nothing.
|
class |
WeakReferenceCache
Cache implementation that keeps values in the cache until the garbage collector has removed them.
|
Modifier and Type | Method and Description |
---|---|
DisruptorCommandBus.Builder |
DisruptorCommandBus.Builder.cache(Cache cache)
Sets the
Cache in which loaded aggregates will be stored. |
Constructor and Description |
---|
CommandHandlerInvoker(Cache cache,
int segmentId)
Create an aggregate invoker instance for the given
segment and cache . |
Modifier and Type | Field and Description |
---|---|
protected Cache |
EventSourcingRepository.Builder.cache |
Modifier and Type | Method and Description |
---|---|
EventSourcingRepository.Builder<T> |
EventSourcingRepository.Builder.cache(Cache cache)
Sets the
Cache which services repositories for specific aggregate types. |
Modifier and Type | Method and Description |
---|---|
CachingSagaStore.Builder<T> |
CachingSagaStore.Builder.associationsCache(Cache associationsCache)
Sets the
associationsCache of type Cache used to store Saga associations with. |
CachingSagaStore.Builder<T> |
CachingSagaStore.Builder.sagaCache(Cache sagaCache)
Sets the
sagaCache of type Cache used to store Sagas with. |
Copyright © 2010–2019. All rights reserved.