Apache::AxKit::Language::XSPCaching version 0.93
================================================

NAME

Apache::AxKit::Language::XSPCaching - eXtensible Server Pages with
AxKit caching

SYNOPSIS

    AxAddStyleMap text/xsp +Apache::AxKit::Language::XSPCaching

DESCRIPTION

This module allows the existing AxKit caching mechanism to function
for XSP-generated content.

Note that there is a separate AxKit caching mechanism for
XSP-generated content which can be enabled by defining methods for
C<has_changed> and C<cache_params> in your XSP script.  However, that
mechanism only caches the direct output of the XSP.  If your output is
processed further, by XSLT for example, the I<final> output is B<not>
cached.  This module enables caching even for XSP output that is
further processed through an AxKit pipeline.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  AxKit 1.6.1 (tested with version 1.6.2)

COPYRIGHT AND LICENSE

Copyright (c) 2006 Ken Neighbors.  All rights reserved.  This module
is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
