| Sman documentation | view source | Contained in the Sman distribution. |
Sman::Man::Cache::DB_File - Cache converted manpages in a DB_File
# 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.
Uses a Cache::Cache subclass to store raw data for use by Sman::Man::Convert.
Josh Rabinowitz <joshr>
sman-update, Sman::Man::Convert, sman.conf, Sman::Man::Cache
| Sman documentation | view source | Contained in the Sman distribution. |