Get cache statistics
Map<String, dynamic> getStats() { return { 'cachedPaths': _pathCache.length, 'hitTolerance': defaultHitTolerance, 'hitToleranceSource': 'theme.connectionTheme.hitTolerance', }; }