From fac05bce079d02097d69b86c440fc3fc5cb350a3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 11 Oct 2023 09:40:27 +0200 Subject: [PATCH] chore: Drop unused \OC\Memcache\Factory::createLowLatency Signed-off-by: Christoph Wurst --- lib/private/Memcache/Factory.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php index 788a7c2e8c9..fa2dfeb75dd 100644 --- a/lib/private/Memcache/Factory.php +++ b/lib/private/Memcache/Factory.php @@ -184,15 +184,6 @@ class Factory implements ICacheFactory { return $this->distributedCacheClass !== self::NULL_CACHE; } - /** - * @see \OC\Memcache\Factory::createLocal() - * @param string $prefix - * @return ICache - */ - public function createLowLatency(string $prefix = ''): ICache { - return $this->createLocal($prefix); - } - /** * Check if a local memory cache backend is available *