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

SEE ALSO

Amon2