abstract protected function CacheProvider::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.
1 call to CacheProvider::doGetStats()
- CacheProvider::getStats in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php - Retrieves cached information from the data store.
16 methods override CacheProvider::doGetStats()
- ApcCache::doGetStats in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ApcCache.php - Retrieves cached information from the data store.
- ArrayCache::doGetStats in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ArrayCache.php - Retrieves cached information from the data store.
- ChainCache::doGetStats in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ChainCache.php - Retrieves cached information from the data store.
- CouchbaseCache::doGetStats in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CouchbaseCache.php - Retrieves cached information from the data store.
- FileCache::doGetStats in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FileCache.php - Retrieves cached information from the data store.
File
- lib/
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();