abstract protected function CacheProvider::doGetStats in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php \Doctrine\Common\Cache\CacheProvider::doGetStats()
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.
1 call to CacheProvider::doGetStats()
- CacheProvider::getStats in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php - Retrieves cached information from the data store.
16 methods override CacheProvider::doGetStats()
- ApcCache::doGetStats in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ApcCache.php - Retrieves cached information from the data store.
- ArrayCache::doGetStats in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ArrayCache.php - Retrieves cached information from the data store.
- ChainCache::doGetStats in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ChainCache.php - Retrieves cached information from the data store.
- CouchbaseCache::doGetStats in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CouchbaseCache.php - Retrieves cached information from the data store.
- FileCache::doGetStats in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FileCache.php - Retrieves cached information from the data store.
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php, line 276
Class
- CacheProvider
- Base class for cache provider implementations.
Namespace
Doctrine\Common\CacheCode
protected abstract function doGetStats();