This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email. NAME Catalyst::Plugin::PageCache - Cache the output of entire pages SYNOPSIS use Catalyst; MyApp->setup( qw/Cache::FileCache PageCache/ ); __PACKAGE__->config( 'Plugin::PageCache' => { expires => 300, set_http_headers => 1, auto_cache => [ '/view/.*', '/list', ], debug => 1, # Optional
