NAME
MYDan::Agent::FileCache
SYNOPSIS
use MYDan::Agent::FileCache;
my $fc = MYDan::Agent::FileCache->new();
$fc->save( '/my/file' );
$fc->save( '/my/file' => md5 );
$fc->check( md5 );
$fc->get( '/my/file' => md5 );
$fc->clean();
MYDan::Agent::FileCache
use MYDan::Agent::FileCache;
my $fc = MYDan::Agent::FileCache->new();
$fc->save( '/my/file' );
$fc->save( '/my/file' => md5 );
$fc->check( md5 );
$fc->get( '/my/file' => md5 );
$fc->clean();