clear static method

void clear()

Clears all cached programs.

Implementation

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