From cc866657ec8c3d710b33b5c231e13ed0e3d5092d Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 27 Aug 2020 10:09:38 +0100
Subject: [PATCH] Issue #3166317 by longwave, anu.a_zyxware: Remove remaining
 references to XCache

---
 core/includes/utility.inc       | 3 +--
 core/misc/cspell/dictionary.txt | 1 -
 core/rebuild.php                | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/core/includes/utility.inc b/core/includes/utility.inc
index c3fc86fee10b..3a6ef0bde289 100644
--- a/core/includes/utility.inc
+++ b/core/includes/utility.inc
@@ -15,8 +15,7 @@
  *
  * @param $class_loader
  *   The class loader. Normally Composer's ClassLoader, as included by the
- *   front controller, but may also be decorated; e.g.,
- *   \Symfony\Component\ClassLoader\ApcClassLoader, \Symfony\Component\ClassLoader\WinCacheClassLoader, or \Symfony\Component\ClassLoader\XcacheClassLoader
+ *   front controller, but may also be decorated.
  * @param \Symfony\Component\HttpFoundation\Request $request
  *   The current request.
  *
diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt
index 6fb841979dd4..cc9377e6e471 100644
--- a/core/misc/cspell/dictionary.txt
+++ b/core/misc/cspell/dictionary.txt
@@ -2053,7 +2053,6 @@ xampl
 xbap
 xbeg
 xbitmap
-xcache
 xfbml
 xhr's
 xjkm
diff --git a/core/rebuild.php b/core/rebuild.php
index 2bcab5bd7468..612df7c3eea5 100644
--- a/core/rebuild.php
+++ b/core/rebuild.php
@@ -46,7 +46,6 @@
   $user_caches = [
     'apcu_clear_cache',
     'wincache_ucache_clear',
-    'xcache_clear_cache',
   ];
   array_map('call_user_func', array_filter($user_caches, 'is_callable'));
 
-- 
GitLab