mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: Drop unused \OC\Memcache\Factory::createLowLatency
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
bf1dbd33a7
commit
fac05bce07
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue