flush static method
Flushes the cache and clears it
Implementation
static void flush() {
FileInformationCache.obtain()._registry.clear();
}
Flushes the cache and clears it
static void flush() {
FileInformationCache.obtain()._registry.clear();
}