(dev/core#174) CRM_Utils_Cache_Interface::flush() - Return bool like PSR-16
[civicrm-core.git] / CRM / Utils / Cache / APCcache.php
index 8c36400dcde5668611ab63bce9728d6d12edcfd5..0a3d3ee4b3b7aa454fa86f3fa51134c30bbdb19c 100644 (file)
@@ -124,6 +124,7 @@ class CRM_Utils_Cache_APCcache implements CRM_Utils_Cache_Interface {
         apc_delete($this->_prefix . $name);
       }
     }
+    return TRUE;
   }
 
 }