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


Sman documentation  | view source Contained in the Sman distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  # 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

Top

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

AUTHOR

Top

Josh Rabinowitz <joshr>

SEE ALSO

Top

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


Sman documentation  | view source Contained in the Sman distribution.