clearMemoryCache static method

void clearMemoryCache()

Implementation

static void clearMemoryCache() {
  _caches.clear();
  _cacheDirectory = null;
}