public void transferBackToVocabCache(VocabCache cache) {
   transferBackToVocabCache(cache, true);
 }
 public void transferBackToVocabCache() {
   transferBackToVocabCache(this.vocabCache, true);
 }