eZ\Publish\Core\Persistence\Cache\CacheServiceDecorator::__construct PHP Метод

__construct() публичный Метод

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