From a2207038e2119f804dd836883c3f1d5ab51e22e9 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 6 Oct 2012 20:07:57 -0700 Subject: [PATCH] [FileBackend] Removed pointless container process cache invalidation for Swift. Change-Id: I0c0dab602474d27ac744be1ebfb5605022c97be7 --- includes/filebackend/SwiftFileBackend.php | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.20.1