public function PredisCache::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php \Doctrine\Common\Cache\PredisCache::__construct()
Parameters
Client $client:
Return value
void
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ PredisCache.php, line 24
Class
- PredisCache
- Predis cache provider.
Namespace
Doctrine\Common\CacheCode
public function __construct(Client $client) {
$this->client = $client;
}