clearCache static method

void clearCache()

Clears the in-memory lookup cache.

Implementation

static void clearCache() {
  _lookupCache.clear();
}