clearFindCache method

void clearFindCache()

Clears the cache used by find.

Implementation

void clearFindCache() {
  _languagesToLookup = null;
  _definedLocales = null;
  _findCache.clear();
  _finding.clear();
}