Class AbstractCacheInvoker

java.lang.Object
org.springframework.cache.interceptor.AbstractCacheInvoker
Direct Known Subclasses:
CacheAspectSupport, JCacheAspectSupport

public abstract class AbstractCacheInvoker extends Object
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
Since:
4.1
Author:
Stephane Nicoll, Juergen Hoeller
See Also: