Revert for now r28986, 28987, 28992 - image redirects.
[lhc/web/wiklou.git] / includes / BagOStuff.php
index 6a01d3f..a40d020 100644 (file)
@@ -568,7 +568,7 @@ class eAccelBagOStuff extends BagOStuff {
  * Wrapper for XCache object caching functions; identical interface
  * to the APC wrapper
  */
-class XCacheBagOStuff extends APCBagOStuff {
+class XCacheBagOStuff extends BagOStuff {
 
        /**
         * Get a value from the XCache object cache
@@ -709,6 +709,7 @@ class DBABagOStuff extends BagOStuff {
 
        function delete( $key, $time = 0 ) {
                wfProfileIn( __METHOD__ );
+               wfDebug( __METHOD__."($key)\n" );
                $handle = $this->getWriter();
                if ( !$handle ) {
                        return false;