invalidateAll method

void invalidateAll()

Invalidate all cached paths

Implementation

void invalidateAll() {
  _pathCache.clear();
}