public function CacheDecoratorInterface::writeCache

Write the cache.

1 method overrides CacheDecoratorInterface::writeCache()

File

drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php, line 23
Contains Drupal\Core\CacheDecorator\CacheDecoratorInterface.

Class

CacheDecoratorInterface
Defines an interface for cache decorator implementations.

Namespace

Drupal\Core\CacheDecorator

Code

public function writeCache();