public class CachesEvictInterceptor extends Object implements com.jfinal.aop.Interceptor
| 限定符和类型 | 字段和说明 |
|---|---|
private static com.jfinal.log.Log |
LOG |
| 构造器和说明 |
|---|
CachesEvictInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
doCachesEvict(Object[] arguments,
Class<?> targetClass,
Method method,
List<CacheEvict> cacheEvicts,
boolean isAction) |
void |
intercept(com.jfinal.aop.Invocation inv) |
private static final com.jfinal.log.Log LOG
public CachesEvictInterceptor()
public void intercept(com.jfinal.aop.Invocation inv)
intercept 在接口中 com.jfinal.aop.Interceptorprivate void doCachesEvict(Object[] arguments, Class<?> targetClass, Method method, List<CacheEvict> cacheEvicts, boolean isAction)
Copyright © 2024. All rights reserved.