[FileBackend] Removed pointless container process cache invalidation for Swift.
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 7 Oct 2012 03:07:57 +0000 (20:07 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 7 Oct 2012 03:07:57 +0000 (20:07 -0700)
Change-Id: I0c0dab602474d27ac744be1ebfb5605022c97be7

includes/filebackend/SwiftFileBackend.php

index 1807734..25c14f5 100644 (file)
@@ -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.