<?php hash( string $algo, string $data, bool $binary = false, array $options = []): string
<?php $realCacheKey = 'query=' . $sql . '¶ms=' . serialize($params) . '&types=' . serialize($types) . '&connectionParams=' . hash('sha256', serialize($connectionParams)); if ($this->cacheKey === null) {