Sulu\Component\Media\SystemCollections\SystemCollectionManagerInterface::warmUp PHP Method

warmUp() public method

Builds cache for system collections.
public warmUp ( )
    public function warmUp();

Usage Example

Example #1
0
 /**
  * {@inheritdoc}
  */
 public function build()
 {
     $this->systemCollectionManager = $this->container->get('sulu_media.system_collections.manager');
     $this->systemCollectionManager->warmUp();
 }