mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #40861 from nextcloud/chore/unused-cache-factor-create-low-latency
chore: Drop unused \OC\Memcache\Factory::createLowLatency
This commit is contained in:
commit
04db454e9f
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