
Amon2::Plugin::Web::NoCache - NoCache(DEPRECATED)

use Amon2::Lite;
__PACKAGE__->load_plugins('Web::NoCache');

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.

Tokuhiro Matsuno
