clearDictionaryResultsCache method

void clearDictionaryResultsCache()

Used when a dictionary is added or removed as those results may now be wrong.

Implementation

void clearDictionaryResultsCache() {
  _dictionarySearchCache.clear();
}