类 AbstractCacheInvoker

java.lang.Object
cn.taketoday.cache.interceptor.AbstractCacheInvoker
直接已知子类:
CacheAspectSupport

public abstract class AbstractCacheInvoker extends Object
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
从以下版本开始:
4.0
作者:
Stephane Nicoll, Juergen Hoeller
另请参阅: