talking about this plugin: http://rmarsh.com/plugins/poc-cache/
as I am using several widgets/plugins from that site, I'd like to make this cache plugi navailable and automatically activated for all blogs, but if I activae it for alle blogs using the plugin commander, it only generates wp_1_poc_cache table, only for blog #1
I don't know if this is a plugin commander or plugin output cache issue, any hints?
here is a little excerpt from the plugins code:
define('POC_CACHE', true);
$poc_table = $wpdb->prefix.'poc_cache';