String cacheName = IWenshiduDao.class.getName();
Ehcache cache = CacheManager.create().getEhcache(cacheName);

cache.removeAll();  

 





相关文章: