Deprecated.
The maintainer of this module has indicated that the module is deprecated and no longer suitable for use.
NAME
Amon2::Plugin::Web::NoCache - NoCache(DEPRECATED)
SYNOPSIS
use
Amon2::Lite;
__PACKAGE__->load_plugins(
'Web::NoCache'
);
DESCRIPTION
This 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.
AUTHOR
Tokuhiro Matsuno