Ejemplo n.º 1
0
 protected boolean applyClear() {
   try {
     super.clear();
     return true;
   } catch (CacheLoaderException e) {
     log.errorClearinAsyncStore(e);
     return false;
   }
 }