clearSuggestionsCache method

void clearSuggestionsCache()

Implementation

void clearSuggestionsCache() {
  _suggestionsCache.clear();
}