You are here

public function PredisCache::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Cache

Code

public function __construct(Client $client) {
  $this->client = $client;
}