Uses of Class
org.axonframework.common.caching.AbstractCacheAdapter
Packages that use AbstractCacheAdapter
Package
Description
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
-
Uses of AbstractCacheAdapter in org.axonframework.common.caching
Subclasses of AbstractCacheAdapter in org.axonframework.common.cachingModifier and TypeClassDescriptionclassCache implementation that delegates all calls to an EhCache instance.classCache adapter implementation that allows providers implementing the JCache abstraction to be used.