public function CacheDecoratorInterface::writeCache in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php \Drupal\Core\CacheDecorator\CacheDecoratorInterface::writeCache()
- 9 core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php \Drupal\Core\CacheDecorator\CacheDecoratorInterface::writeCache()
Write the cache.
File
- core/
lib/ Drupal/ Core/ CacheDecorator/ CacheDecoratorInterface.php, line 18
Class
- CacheDecoratorInterface
- Defines an interface for cache decorator implementations.
Namespace
Drupal\Core\CacheDecoratorCode
public function writeCache();