| 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.config | |
| 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  | EhCache3AdapterCache implementation that delegates all calls to an EhCache instance. | 
| class  | EhCacheAdapterDeprecated. 
 since ehcache 2 is nearing eol, we added  EhCache3Adapterinstead, which uses ehcache 3. | 
| class  | JCacheAdapterCache adapter implementation that allows providers implementing the JCache abstraction to be used. | 
| class  | NoCacheCache implementation that does absolutely nothing. | 
| class  | WeakReferenceCacheCache implementation that keeps values in the cache until the garbage collector has removed them. | 
| Modifier and Type | Method and Description | 
|---|---|
| AggregateConfigurer<A> | AggregateConfigurer. configureCache(Function<Configuration,Cache> cache)Configures the Cache to use for the repository created for this Aggregate type. | 
| Modifier and Type | Method and Description | 
|---|---|
| DisruptorCommandBus.Builder | DisruptorCommandBus.Builder. cache(Cache cache)Sets the  Cachein which loaded aggregates will be stored. | 
| Constructor and Description | 
|---|
| CommandHandlerInvoker(Cache cache,
                     int segmentId)Create an aggregate invoker instance for the given  segmentandcache. | 
| 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  Cachewhich services repositories for specific aggregate types. | 
| Modifier and Type | Method and Description | 
|---|---|
| CachingSagaStore.Builder<T> | CachingSagaStore.Builder. associationsCache(Cache associationsCache)Sets the  associationsCacheof typeCacheused to store Saga associations with. | 
| CachingSagaStore.Builder<T> | CachingSagaStore.Builder. sagaCache(Cache sagaCache)Sets the  sagaCacheof typeCacheused to store Sagas with. | 
Copyright © 2010–2025. All rights reserved.