Package org.axonframework.common.caching
package org.axonframework.common.caching
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
- Since:
- 2.1.2
- Author:
- Allard Buijze
-
ClassDescriptionAbstract implementation of the Cache interface which makes it easier to implement Adapters.Abstraction for a Caching mechanism.Interface describing callback methods, which are invoked when changes are made in the underlying cache.Adapter implementation for the EntryListener, allowing for overriding only specific callback methods.Cache implementation that delegates all calls to an EhCache instance.Cache adapter implementation that allows providers implementing the JCache abstraction to be used.Cache implementation that does absolutely nothing.Cache implementation that keeps values in the cache until the garbage collector has removed them.