Skip to content

Commit 04db454

Browse files
Merge pull request #40861 from nextcloud/chore/unused-cache-factor-create-low-latency
chore: Drop unused \OC\Memcache\Factory::createLowLatency
2 parents bf1dbd3 + fac05bc commit 04db454

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lib/private/Memcache/Factory.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,6 @@ public function isAvailable(): bool {
184184
return $this->distributedCacheClass !== self::NULL_CACHE;
185185
}
186186

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-
196187
/**
197188
* Check if a local memory cache backend is available
198189
*

0 commit comments

Comments
 (0)