Defines an interface for cache decorator implementations.
Hierarchy
- interface \Drupal\Core\CacheDecorator\CacheDecoratorInterface
File
- core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php, line 8
Namespace
Drupal\Core\CacheDecorator
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CacheDecoratorInterface::setCacheKey | public | function | Specify the key to use when writing the cache. |
CacheDecoratorInterface::writeCache | public | function | Write the cache. |
Please login to continue.