public class EvictInterceptor extends Object implements com.litongjava.jfinal.aop.AopInterceptor
| 构造器和说明 |
|---|
EvictInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getCacheName(com.litongjava.jfinal.aop.AopInvocation inv)
获取 @CacheName 注解配置的 cacheName,注解可配置在方法和类之上
|
void |
intercept(com.litongjava.jfinal.aop.AopInvocation inv) |
public void intercept(com.litongjava.jfinal.aop.AopInvocation inv)
intercept 在接口中 com.litongjava.jfinal.aop.AopInterceptorprotected String getCacheName(com.litongjava.jfinal.aop.AopInvocation inv)
Copyright © 2025. All rights reserved.