There was an error while loading. Please reload this page.
2 parents bf1dbd3 + fac05bc commit 04db454Copy full SHA for 04db454
1 file changed
lib/private/Memcache/Factory.php
@@ -184,15 +184,6 @@ public function isAvailable(): bool {
184
return $this->distributedCacheClass !== self::NULL_CACHE;
185
}
186
187
- /**
188
- * @see \OC\Memcache\Factory::createLocal()
189
- * @param string $prefix
190
- * @return ICache
191
- */
192
- public function createLowLatency(string $prefix = ''): ICache {
193
- return $this->createLocal($prefix);
194
- }
195
-
196
/**
197
* Check if a local memory cache backend is available
198
*
0 commit comments