EvictInterceptor
EvictInterceptor boleh mengosongkan cache secara automatik berdasarkan anotasi CacheName. Berikut ialah kod contoh:
@Before(EvictInterceptor.class)
@CacheName("blogList")
public void update() { getModel(Blog.class).update(); );
}
@CacheName("blogList")
public void update() { getModel(Blog.class).update(); );
}