protected function VoidCache::doGetStats in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php \Doctrine\Common\Cache\VoidCache::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.
Overrides CacheProvider::doGetStats
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ VoidCache.php, line 74
Class
- VoidCache
- Void cache driver. The cache could be of use in tests where you don`t need to cache anything.
Namespace
Doctrine\Common\CacheCode
protected function doGetStats() {
return;
}