接口的使用
cn.taketoday.cache.interceptor.CacheOperationInvoker
使用CacheOperationInvoker的程序包
-
cn.taketoday.cache.interceptor中CacheOperationInvoker的使用
修饰符和类型方法说明protected ObjectCacheAspectSupport.execute(CacheOperationInvoker invoker, Object target, Method method, Object[] args) protected ObjectCacheAspectSupport.invokeOperation(CacheOperationInvoker invoker) Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.