You are here

function system_post_update_hashes_clear_cache in Drupal 8

Force caches using hashes to be cleared (Twig, render cache, etc.).

File

core/modules/system/system.post_update.php, line 58
Post update functions for System.

Code

function system_post_update_hashes_clear_cache() {

  // Empty post-update hook.
}