diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-10-11 09:40:27 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-10-11 09:40:27 +0200 |
commit | fac05bce079d02097d69b86c440fc3fc5cb350a3 (patch) | |
tree | 9f84fc9e31da0974966972d513fe413cd3a7bc7c /lib | |
parent | bf1dbd33a7c932fff20b319b450e0e73b85a579c (diff) | |
download | nextcloud-server-fac05bce079d02097d69b86c440fc3fc5cb350a3.tar.gz nextcloud-server-fac05bce079d02097d69b86c440fc3fc5cb350a3.zip |
chore: Drop unused \OC\Memcache\Factory::createLowLatency
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Memcache/Factory.php | 9 |
1 files changed, 0 insertions, 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 @@ -185,15 +185,6 @@ class Factory implements ICacheFactory { } /** - * @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 * * @return bool |