Doctrine\Common\Cache\ChainCache::__construct PHP Method

__construct() public method

Constructor
public __construct ( CacheProvider[] $cacheProviders = [] )
$cacheProviders CacheProvider[]
    public function __construct($cacheProviders = [])
    {
        $this->cacheProviders = $cacheProviders;
    }