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


Sman documentation  | view source Contained in the Sman distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  # this module is intended for internal use by sman-update
  my $cache = new Sman::Man::Cache::FileCache();
  $cache->set("/usr/man/man3/ls.3", "some stuff");

  # ..later...

  my $ret = $cache->get("/usr/man/man3/ps.3");
  # $ret will be undef if data not found.

DESCRIPTION

Top

Uses a Cache::FileCache 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.