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

cache.removeAll();