Exemplo n.º 1
0
 @Override
 public void onAction(VBucketStore cacheStore, Item itm) {
   if (storage.persistEnabled) {
     storage.persistMutatedItem(itm);
   }
   if (storage.replicationEnabled) {
     storage.replicateMutatedItem(itm);
   }
 }