eZ\Publish\Core\Persistence\Cache\Tests\Helpers\IntegrationTestCacheServiceDecorator::__construct PHP Метод

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

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