9293949596979899100101102
public String flush() { if( !StringUtils.isEmpty( cacheKey ) ) { Cache cache = caches.get( cacheKey ); cache.clear(); } return SUCCESS; }