Uses of Class
org.axonframework.cache.AbstractCacheAdapter

Packages that use AbstractCacheAdapter
org.axonframework.cache Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented. 
 

Uses of AbstractCacheAdapter in org.axonframework.cache
 

Subclasses of AbstractCacheAdapter in org.axonframework.cache
 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.
 



Copyright © 2010-2016. All Rights Reserved.