eZ\Publish\Core\Persistence\Cache\CacheServiceDecorator::__construct PHP Method

__construct() public method

Constructs the cache service decorator.
public __construct ( Stash\Interfaces\PoolInterface $cachePool )
$cachePool Stash\Interfaces\PoolInterface
    public function __construct(PoolInterface $cachePool)
    {
        $this->cachePool = $cachePool;
    }