From: Aaron Schulz Date: Sun, 7 Oct 2012 03:07:57 +0000 (-0700) Subject: [FileBackend] Removed pointless container process cache invalidation for Swift. X-Git-Tag: 1.31.0-rc.0~22124 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=a2207038e2119f804dd836883c3f1d5ab51e22e9;p=lhc%2Fweb%2Fwiklou.git [FileBackend] Removed pointless container process cache invalidation for Swift. Change-Id: I0c0dab602474d27ac744be1ebfb5605022c97be7 --- diff --git a/includes/filebackend/SwiftFileBackend.php b/includes/filebackend/SwiftFileBackend.php index 1807734f2c..25c14f5560 100644 --- a/includes/filebackend/SwiftFileBackend.php +++ b/includes/filebackend/SwiftFileBackend.php @@ -1344,13 +1344,6 @@ class SwiftFileBackend extends FileBackendStore { return wfMemcKey( 'backend', $this->getName(), 'usercreds', $username ); } - /** - * @see FileBackendStore::doClearCache() - */ - protected function doClearCache( array $paths = null ) { - $this->connContainerCache->clear(); // clear container object cache - } - /** * Get a Swift container object, possibly from process cache. * Use $reCache if the file count or byte count is needed.