okay, I fixed it finally.
was not a problem with the plugin, but with my personal php.ini settings.
I did a quick search on my server using grep -l -i -r proxy.php *
and figured out, that I had set the “auto_prepend_file” to the APC-Proxy file of Cachify.
after removing that, everything worked fine.