The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Hermes::Cache - Covert root cluster dbs into cache db

SYNOPSIS

use Hermes::Cache;

my $cache = Hermes::Cache->new
( 
    root => '/root/data/dir',
    cache => '/cache/data/dir',
);

$cache->make();