Skip to content

Commit

Permalink
Merge pull request #40861 from nextcloud/chore/unused-cache-factor-cr…
Browse files Browse the repository at this point in the history
…eate-low-latency

chore: Drop unused \OC\Memcache\Factory::createLowLatency
  • Loading branch information
ChristophWurst authored Oct 11, 2023
2 parents bf1dbd3 + fac05bc commit 04db454
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/private/Memcache/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,6 @@ public function isAvailable(): bool {
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
*
Expand Down

0 comments on commit 04db454

Please sign in to comment.