summaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-16 11:43:05 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-16 11:43:05 +0100
commit0c5adaddf8136116d560fe1b93838f98877880c7 (patch)
treeafd8388dd79932399035b04f6facf634f2744640 /lib/private/Memcache
parenta649dff1795f6df7e70742bea5e45265903476d4 (diff)
downloadnextcloud-server-0c5adaddf8136116d560fe1b93838f98877880c7.tar.gz
nextcloud-server-0c5adaddf8136116d560fe1b93838f98877880c7.zip
Drop \OC\Memcache\Factory::create
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Memcache')
-rw-r--r--lib/private/Memcache/Factory.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php
index 6db9b1007ac..17ee2a58e04 100644
--- a/lib/private/Memcache/Factory.php
+++ b/lib/private/Memcache/Factory.php
@@ -156,16 +156,6 @@ class Factory implements ICacheFactory {
}
/**
- * @see \OC\Memcache\Factory::createDistributed()
- * @param string $prefix
- * @return ICache
- * @deprecated 13.0.0 Use either createLocking, createDistributed or createLocal
- */
- public function create(string $prefix = ''): ICache {
- return $this->createDistributed($prefix);
- }
-
- /**
* check memcache availability
*
* @return bool