You are here

public function PredisCache::__construct in Plug 7

Parameters

Client $client:

Return value

void

File

lib/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;
}