eZ\Publish\Core\Persistence\Cache\Tests\Helpers\IntegrationTestCacheServiceDecorator::__construct PHP Method

__construct() public method

Constructs the cache service decorator.
public __construct ( )
    public function __construct()
    {
        $this->cachePool = new Pool(new Ephemeral());
    }
IntegrationTestCacheServiceDecorator