public function AliasManagerCacheDecorator::setCacheKey

Implements \Drupal\Core\CacheDecorator\CacheDecoratorInterface::setCacheKey().

Overrides CacheDecoratorInterface::setCacheKey

File

drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php, line 60
Contains Drupal\Core\CacheDecorator\AliasManagerCacheDecorator.

Class

AliasManagerCacheDecorator
Class used by the PathSubscriber to get the system path and cache path lookups.

Namespace

Drupal\Core\CacheDecorator

Code

public function setCacheKey($key) {
  $this->cacheKey = $key;
}