removeConnectionFromCache method

void removeConnectionFromCache(
  1. String connectionId
)

Remove cached path when connection is deleted

Implementation

void removeConnectionFromCache(String connectionId) {
  _pathCache.removeConnection(connectionId);
}