enableCache method

void enableCache()

Enables the use of a cache to eliminate the overhead of consecutive resolutions of the same path.

Implementation

void enableCache() {
  _useCache = true;
}