getCache(); echo "
\n";
    echo "mfValuecache keys total: ".count($cache)."\n";
    foreach($cache as $key => $value) {
        echo "\t$i => $key (". gettype($value).")\n";
        $i++;
    }

    echo "
"; }