interface CacheDecoratorInterface
Same name in other branches
- 9 core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php \Drupal\Core\CacheDecorator\CacheDecoratorInterface
- 10 core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php \Drupal\Core\CacheDecorator\CacheDecoratorInterface
- 11.x core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php \Drupal\Core\CacheDecorator\CacheDecoratorInterface
Defines an interface for cache decorator implementations.
Hierarchy
- interface \Drupal\Core\CacheDecorator\CacheDecoratorInterface
Expanded class hierarchy of CacheDecoratorInterface
All classes that implement CacheDecoratorInterface
1 file declares its use of CacheDecoratorInterface
- AliasManager.php in core/
lib/ Drupal/ Core/ Path/ AliasManager.php
File
-
core/
lib/ Drupal/ Core/ CacheDecorator/ CacheDecoratorInterface.php, line 8
Namespace
Drupal\Core\CacheDecoratorView source
interface CacheDecoratorInterface {
/**
* Specify the key to use when writing the cache.
*/
public function setCacheKey($key);
/**
* Write the cache.
*/
public function writeCache();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
CacheDecoratorInterface::setCacheKey | public | function | Specify the key to use when writing the cache. | 1 |
CacheDecoratorInterface::writeCache | public | function | Write the cache. | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.