Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function warmUpCache()
 {
     foreach ($this->providers as $provider) {
         $provider->warmUpCache();
     }
     if ($this->defaultProvider) {
         $this->defaultProvider->warmUpCache();
     }
 }
 /**
  * @return OwnerTree
  */
 protected function getTree()
 {
     return $this->treeProvider->getTree();
 }
Пример #3
0
 /**
  * {@inheritdoc}
  */
 public function warmUp($cacheDir)
 {
     $this->treeProvider->warmUpCache();
 }
Пример #4
0
 /**
  * {@inheritdoc}
  */
 public function clear($cacheDir)
 {
     $this->treeProvider->clear();
 }