NAME
MYDan::Node::Cache - Covert root cluster dbs into cache db
SYNOPSIS
use MYDan::Node::Cache;
my $cache = MYDan::Node::Cache->new
( 
    root => '/root/data/dir',
    cache => '/cache/data/dir',
);
$cache->make();MYDan::Node::Cache - Covert root cluster dbs into cache db
use MYDan::Node::Cache;
my $cache = MYDan::Node::Cache->new
( 
    root => '/root/data/dir',
    cache => '/cache/data/dir',
);
$cache->make();