clear static method

void clear()

Remove all values from the cache.

Implementation

static void clear() {
  files.clear();
}