clearAll static method

void clearAll()

Clear OnceBuilder cache for all keys

Implementation

static void clearAll() {
  OnceRunner.clearAll();
}