Returns true if any accelerator is enabled.
Boolean true if any accelerator is enabled, false otherwise
public function hasAccelerator() { return $this ->hasApc() || $this ->hasEAccelerator() || $this ->hasXCache(); }