| Name | Description | Type | Package | Framework |
| AbstractCacheAdapter | Abstract implementation of the Cache interface which makes it easier to implement Adapters. | Class | org.axonframework.cache | Axon |
| Cache | Abstraction for a Caching mechanism. | Interface | org.axonframework.cache | Axon |
| Cache .EntryListener | Interface | org.axonframework.cache.Cache | Axon | |
| Cache .EntryListenerAdapter | Adapter implementation for the EntryListener, allowing for overriding only specific callback methods. | Class | org.axonframework.cache.Cache | Axon |
| EhCacheAdapter | Cache implementation that delegates all calls to an EhCache instance. | Class | org.axonframework.cache | Axon |
| JCacheAdapter | Cache adapter implementation that allows providers implementing the JCache abstraction to be used. | Class | org.axonframework.cache | Axon |
| NoCache | Cache implementation that does absolutely nothing. | Class | org.axonframework.cache | Axon |
| WeakReferenceCache | Cache implementation that keeps values in the cache until the garbage collector has removed them. | Class | org.axonframework.cache | Axon |