protected function ArrayCache::doGetStats

Retrieves cached information from data store

@since 2.2

Return value

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

Overrides CacheProvider::doGetStats

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php, line 92

Class

ArrayCache
Array cache driver.

Namespace

Doctrine\Common\Cache

Code

protected function doGetStats() {
  return null;
}