cache key
RU: ключ кеша
The identifier a cache uses to look up a stored response — typically composed of the request URL, host, and (for CDNs) selected headers or query parameters. Two requests map to the same cached object only if their cache keys match; adding or removing fields from the key trades hit rate against response correctness.