memcache-8.x-2.2/memcache_admin/memcache_admin.post_update.php
memcache_admin/memcache_admin.post_update.php
<?php
/**
* @file
* Memcache updates once other modules have made their own updates.
*/
/**
* Invalidate the service container to force updates.
*/
function memcache_admin_post_update_add_service_definitions() {
// Reload the service container.
$kernel = \Drupal::service('kernel');
$kernel->invalidateContainer();
}
