flush static method

void flush()

Flushes the cache and clears it

Implementation

static void flush() {
  FileInformationCache.obtain()._registry.clear();
}