Mail::Summary::Tools::YAMLCache

Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix.
Download

Mail::Summary::Tools::YAMLCache Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mail::Summary::Tools::YAMLCache Team
  • Publisher web site:
  • http://search.cpan.org/~nuffin/Mail-Summary-Tools-0.05/lib/Mail/Summary/Tools/YAMLCache.pm

Mail::Summary::Tools::YAMLCache Tags


Mail::Summary::Tools::YAMLCache Description

Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix.SYNOPSIS use Mail::Summary::Tools::YAMLCache; my $cache = Mail::Summary::Tools::YAMLCache->new( file => Path::Class::file("/tmp/foo"), ); $cache->get("foo:bar"); $cache->set("foo:bar", "moose");This is a hacky implementation of the Cache API, suitable for caching long lived values, like shortened links, and links to google group threads (which require WWW::Mechanize under normal circumstances).The main point of this module is to create a file that is easy to edit/alter/delete, not to be performant or multiprocess friendly.Requirements:· PerlWhat's New in This Release:· Formatting fixes for text output (link expansion, empty sections)· Unsuccessful URI shortening is no longer cached


Mail::Summary::Tools::YAMLCache Related Software