91 if ( $this->cacheKey ===
null ) {
93 $this->cacheKey = $this->cache->makeKey(
"sites/$type" );
107 if ( $this->sites ===
null ) {
108 $this->sites = $this->cache->get( $this->
getCacheKey() );
110 if ( !is_object( $this->sites ) ) {
111 $this->sites = $this->siteStore->getSites();
113 $this->cache->set( $this->
getCacheKey(), $this->sites, $this->cacheTimeout );
196 return $this->siteStore->clear();