|
NAMEAmon2::Plugin::Web::NoCache - NoCache(DEPRECATED) SYNOPSIS use Amon2::Lite;
__PACKAGE__->load_plugins('Web::NoCache');
DESCRIPTIONThis plugin adds following headers by AFTER_DISPATCH hook. Pragma: no-cache
Cache-Control: no-cache
This is very useful if your application don't want to cache by client side. AUTHORTokuhiro Matsuno SEE ALSOAmon2
|