Uses of Interface
org.axonframework.common.caching.Cache
Packages that use Cache
Package
Description
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
-
Uses of Cache in org.axonframework.common.caching
Classes in org.axonframework.common.caching that implement CacheModifier and TypeClassDescriptionclassAbstract implementation of the Cache interface which makes it easier to implement Adapters.classCache implementation that delegates all calls to an EhCache instance.classCache adapter implementation that allows providers implementing the JCache abstraction to be used.final classCache implementation that does absolutely nothing.classCache implementation that keeps values in the cache until the garbage collector has removed them.