Package org.axonframework.cache

Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.

See:
          Description

Interface Summary
Cache Abstraction for a Caching mechanism.
Cache.EntryListener Interface describing callback methods, which are invoked when changes are made in the underlying cache.
 

Class Summary
AbstractCacheAdapter<L> Abstract implementation of the Cache interface which makes it easier to implement Adapters.
Cache.EntryListenerAdapter Adapter implementation for the EntryListener, allowing for overriding only specific callback methods.
EhCacheAdapter Cache implementation that delegates all calls to an EhCache instance.
JCacheAdapter Cache adapter implementation that allows providers implementing the JCache abstraction to be used.
NoCache Cache implementation that does absolutely nothing.
WeakReferenceCache Cache implementation that keeps values in the cache until the garbage collector has removed them.
 

Package org.axonframework.cache Description

Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.

Since:
2.1.2
Author:
Allard Buijze


Copyright © 2010-2016. All Rights Reserved.