You are here

public function CacheDecoratorInterface::writeCache in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php \Drupal\Core\CacheDecorator\CacheDecoratorInterface::writeCache()
  2. 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\CacheDecorator

Code

public function writeCache();