Apache-CacheContent
view release on metacpan or search on metacpan
CacheContent.pm view on Meta::CPAN
PerlSetVar CacheTTL 120 # in minutes...
</Location>
=head1 DESCRIPTION
=over 15
=item Note:
This code is derived from the I<Cookbook::CacheContent> module,
available as part of "The mod_perl Developer's Cookbook"
=for html (see <a href="http://www.modperlcookbook.org">http://www.modperlcookbook.org</a>)
=back
The Apache::CacheContent module implements a PerlFixupHandler that
helps you to write handlers that can automatically cache generated web
pages to disk. This is a definite performance win for sites that end
up generating the exact same content for many users.
CacheContent.pm view on Meta::CPAN
All rights reserved.
This module is free software. It may be used, redistributed
and/or modified under the same terms as Perl itself.
=head1 SEE ALSO
The example mod_perl method handler C<CacheWeather>.
The mod_perl Developer's Cookbook
=for html <A href="http://www.modperlcookbook.org">http://www.modperlcookbook.org</a>
=head1 HISTORY
This code is derived from the I<Cookbook::CacheContent> module,
available as part of "The mod_perl Developer's Cookbook".
For more information, visit
http://www.modperlcookbook.org/
=cut
=cut
Revision history for Perl extension Apache::CacheContent.
0.12 Thu Dec 13 00:21:51 PST 2001
- Cleanup the POD
- Add a ToDo
0.11
- Make sure Apache::Log is required in the main module
(Tatsuhiko Miyagawa)
- Remove Cookbook reference from sample code (Tatsuhiko Miyagawa)
0.10 Wed Dec 5 14:03:07 2001
- original version; created by h2xs 1.20 with options
-n Apache::CacheContent -X -A
- Imported from Cookbook::CacheContent module
( run in 1.218 second using v1.01-cache-2.11-cpan-e9199f4ba4c )