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

NAME

Sman::Man::Cache::DB_File - Cache converted manpages in a DB_File

SYNOPSIS

  # this module is intended for internal use by sman-update
  my $cache = new Sman::Man::Cache::FileCache();
  $cache->set("[unique name]", "some stuff");
  
  # ..later...
  
  my $ret = $cache->get("[unique name]");
  # $ret will be undef if data not found.
    

DESCRIPTION

Uses a Cache::Cache subclas to store raw data for use by Sman::Man::Convert.

AUTHOR

Josh Rabinowitz <joshr>

SEE ALSO

sman-update, Sman::Man::Convert, sman.conf, Sman::Man::Cache