clear method

void clear()

Removes all cached compilation units.

Implementation

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