UpdateBackend constructor.
\Drupal\Core\Cache\CacheBackendInterface $backend: The regular runtime cache backend.
Overrides NullBackend::__construct
public function __construct(CacheBackendInterface $backend) { $this->backend = $backend; }