public function CacheDecoratorInterface::setCacheKey

Specify the key to use when writing the cache.

1 method overrides CacheDecoratorInterface::setCacheKey()

File

drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php, line 18
Contains Drupal\Core\CacheDecorator\CacheDecoratorInterface.

Class

CacheDecoratorInterface
Defines an interface for cache decorator implementations.

Namespace

Drupal\Core\CacheDecorator

Code

public function setCacheKey($key);