Example #1
0
 @Override
 public void persist() throws IOException {
   synchronized (_cache) {
     _cache.persist();
   }
 }