The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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();