コード例 #1
0
 @Override
 protected void doCommand() {
   oldLists = new HashSet<>(cache.getLists());
   DataStore.saveLists(getCaches(), Collections.singleton(getNewListId()));
 }