public CacheDecoratorInterface::setCacheKey($key)
Specify the key to use when writing the cache.
File
- core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php, line 13
Class
- CacheDecoratorInterface
- Defines an interface for cache decorator implementations.
Namespace
Drupal\Core\CacheDecorator
Code
public function setCacheKey($key);
Please login to continue.