Cache::Static

Cache::Static is a Perl module used for caching without freshness concerns.
Download

Cache::Static Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Brian Szymanski
  • Publisher web site:
  • http://search.cpan.org/~brianski/XML-Comma-1.998/lib/XML/Comma/docs/faq.pod

Cache::Static Tags


Cache::Static Description

Cache::Static is a Perl module used for caching without freshness concerns. Cache::Static is a Perl module used for caching without freshness concerns.SYNOPSISHTML::Mason instructionsIn handler.pl: use Cache::Static;In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = ; #whatever you have in $_cs_deps above... return if Cache::Static::HTML_Mason_Util::cache_it($r, $m, 1, $_cs_deps); #... #rest of init block #... < /%init > Requirements: · Perl


Cache::Static Related Software