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

NAME

DynGig::CLI::Cluster::Cache - CLI for cluster cache

EXAMPLE

 use DynGig::CLI::Cluster::Cache;

 DynGig::CLI::Cluster::Cache->main
 (
     timeout => 30,
     cache => '.',
     sleep => 60,
     keep => 10,
     link => 'current'
 );

SYNOPSIS

$exe --help

$exe [--cache dir] [--keep number] [--link name] [--sleep seconds] [--timeout seconds] --server host:port | /unix/domain/socket/path

NOTE

See DynGig::CLI