getCachedIndex method

FileIndex? getCachedIndex(
  1. String path
)

Retrieve a cached index for path, or null if not indexed.

Implementation

FileIndex? getCachedIndex(String path) => _indexCache[path];