/**
  * {@inheritdoc}
  */
 public function getCacheKeyInfo()
 {
     $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getCacheKeyInfo');
     if (!$pluginInfo) {
         return parent::getCacheKeyInfo();
     } else {
         return $this->___callPlugins('getCacheKeyInfo', func_get_args(), $pluginInfo);
     }
 }