invalidateIndex method

void invalidateIndex(
  1. String path
)

Invalidate the cached index for path.

Implementation

void invalidateIndex(String path) => _indexCache.remove(path);