<?php sha1(string $string, bool $binary = false): string
<?php if ($this->cacheKey === null) { $cacheKey = sha1($realCacheKey); } else { $cacheKey = $this->cacheKey; }