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

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