@Override
 public void evictAll() throws CacheException {
   try {
     actualStrategy.evictAll();
   } catch (NonStopCacheException nonStopCacheException) {
     hibernateNonstopExceptionHandler.handleNonstopCacheException(nonStopCacheException);
   }
 }