public CacheContextsManager::convertTokensToKeys(array $context_tokens)
Converts cache context tokens to cache keys.
A cache context token is either:
a cache context ID (if the service ID is 'cache_context.foo', then 'foo' is a cache context ID); for example, 'foo'. a calculated cache context ID, followed by a colon, followed by the parameter for the calculated cache context; for example, 'bar:some_parameter'.
Parameters
string[] $context_tokens: An array of cache context tokens.
Return valu