jfianl的Cache缓存

  1. @Before(EvictInterceptor.class)

  2. @CacheName("blogList")

  3. public void update() {

  4.     getModel(Blog.class).update();

  5.     redirect("blog.html");

  6. }

 文档上说 加上EvictInterceptor可以根据CacheName注解自动清除缓存 我加上了@Before(EvictInterceptor.class) 报错      请问这个拦截器EvictInterceptor.class是要我自己编写吗?


评论区

JFinal

2019-03-01 11:14

EvictInterceptor 是 jfinal 自带的,直接用上即可

年轻似水

2019-03-01 11:19

@JFinal 波总 我用的jfinal-3.4-bin-with-src.jar这个包不支持吗?

JFinal

2019-03-01 11:30

@年轻似水 支持,可能是类名写错了,你用 winrar 打开 jar 包,看看 com/jfinal/plugin/ehcache 包下面会有一个 Ev 开头的类

热门反馈

扫码入社