Doctrine\Common\Cache\CacheProvider::doGetStats PHP Méthode

doGetStats() abstract protected méthode

Retrieves cached information from the data store.
Since: 2.2
abstract protected doGetStats ( ) : array | null
Résultat array | null An associative array with server's statistics if available, NULL otherwise.
    protected abstract function doGetStats();

Usage Example

 /**
  * @inheritdoc
  */
 protected function doGetStats()
 {
     return $this->cacheProvider->doGetStats();
 }