function CachePreWarmerInterface::preWarmAllCaches

Prewarms all PreWarmable services.

Return value

bool TRUE if a cache was prewarmed, FALSE if there was nothing to prewarm.

1 method overrides CachePreWarmerInterface::preWarmAllCaches()
CachePreWarmer::preWarmAllCaches in core/lib/Drupal/Core/PreWarm/CachePreWarmer.php
Prewarms all PreWarmable services.

File

core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php, line 69

Class

CachePreWarmerInterface
Interface for cache prewarmers.

Namespace

Drupal\Core\PreWarm

Code

public function preWarmAllCaches() : bool;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.