public Renderer::addCacheableDependency(array &$elements, $dependency)
Adds a dependency on an object: merges its cacheability metadata.
For instance, when a render array depends on some configuration, an entity, or an access result, we must make sure their cacheability metadata is present on the render array. This method makes doing that simple.
Parameters
array &$elements: The render array to update.
\Drupal\Core\Cache\CacheableDependencyInterface|mixed $dependency: The dependency. I