/**
  * Construct a key which represents the general list of repository connectors.
  *
  * @return the cache key.
  */
 protected static String getRepositoryConnectionsKey() {
   return CacheKeyFactory.makeRepositoryConnectionsKey();
 }