The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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