pub fn cache_key(value: &impl Hash) -> u64
Compute a hash key for caching from any hashable value.
Useful for creating cache keys from query components.