一个方法执行,需要同时清除两个相应的缓存数据,只能清除一个,另外一个呢?求解救啊
@Before({EvictInterceptor.class,Tx.class})
@CacheName("user")
@CacheName("nameAaa, nameBbb")
在扩展的 EvictInterceptor 之中,对逗号进行一次 splite 操作,然后删多个缓存