You are here

protected function ZendDataCache::doGetStats in Plug 7

Retrieves cached information from the data store.

@since 2.2

Return value

array|null An associative array with server's statistics if available, NULL otherwise.

Overrides CacheProvider::doGetStats

File

lib/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php, line 79

Class

ZendDataCache
Zend Data Cache cache driver.

Namespace

Doctrine\Common\Cache

Code

protected function doGetStats() {
  return null;
}