Merge pull request #40861 from nextcloud/chore/unused-cache-factor-create-low-latency

chore: Drop unused \OC\Memcache\Factory::createLowLatency
pull/40865/head
Christoph Wurst 8 months ago committed by GitHub
commit 04db454e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save