CacheEvict如何实现的,调用了什么方法清除缓存
------解决思路----------------------
我知道ehcache怎么用
------解决思路----------------------
Spring Data 的文档上不是有么?
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html#cache-annotations-evict
------解决思路----------------------
一样的,进程内部缓存形式,有ehcache等,基本就是map,根据键值remove呗