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

# 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.

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

Josh Rabinowitz <joshr>

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