Пример #1
0
 /**
  * Override parent to lazy-load object store.
  *
  * {@inheritdoc}
  */
 protected function getContainer()
 {
     if (!$this->objectStore) {
         $this->objectStore = $this->objectStoreFactory->getObjectStore();
     }
     return parent::getContainer();
 }
 /**
  * @inheritdoc
  */
 public function mtime($key)
 {
     $this->connect();
     return parent::mtime($key);
 }