| Package | Description |
|---|---|
| org.axonframework.common.caching |
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
|
| 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.
|
Copyright © 2010–2022. All rights reserved.