buildCache() public method

public buildCache ( )
Esempio n. 1
0
 /**
  * @param string $url
  * @return void
  */
 public function buildCache()
 {
     parent::buildCache();
     $this->buildAlbumCache(true);
 }