abstract protected function CacheProvider::doGetStats

Retrieves cached information from data store

@since 2.2

Return value

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

1 call to CacheProvider::doGetStats()
CacheProvider::getStats in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php
Retrieves cached information from data store
9 methods override CacheProvider::doGetStats()
ApcCache::doGetStats in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ApcCache.php
Retrieves cached information from data store
ArrayCache::doGetStats in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php
Retrieves cached information from data store
FileCache::doGetStats in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php
Retrieves cached information from data store
MemcacheCache::doGetStats in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php
Retrieves cached information from data store
MemcachedCache::doGetStats in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php
Retrieves cached information from data store

... See full list

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php, line 230

Class

CacheProvider
Base class for cache provider implementations.

Namespace

Doctrine\Common\Cache

Code

protected abstract function doGetStats();