clearCache static method
void
clearCache()
Clears the in-memory lookup cache.
Implementation
static void clearCache() {
_lookupCache.clear();
}
Clears the in-memory lookup cache.
static void clearCache() {
_lookupCache.clear();
}