|
Apache::XPP::Cache - XPP Cache manegment module |
Apache::XPP::Cache - XPP Cache manegment module
use Apache::XPP::Cache; $cache = Apache::XPP::Cache->new( %options ); $cache = Apache::XPP::Cache->is_cached( %options );
Apache::XPP
Nothing
Apache::XPP::Cache is an interface to both Store and Expire caching modules.
install_module ( ('Store'|'Expiry'), $name )is_expired ( )content ( )r ( )AUTOLOAD ( )meth() returns $obj->{'meth'}.
Calling $obj->meth($val) sets $obj->{'meth'} = $val.
$Log: Cache.pm,v $ Revision 1.9 2002/01/16 21:06:01 kasei Updated VERSION variables to 2.01
Revision 1.8 2000/09/15 22:02:37 dougw Took out $AUTOLOAD
Revision 1.7 2000/09/15 21:35:22 dougw Autoload changed to use Apache::XPP's autoload. This didn't make it into the previous check in.
Revision 1.6 2000/09/13 21:02:11 dougw David cleaned up the loop in new() so it isn't 2 identical loops. r() and AUTOLOAD() are now just forwarders to Apache::XPP::r and Apache::XPP::AUTOLOAD
Revision 1.5 2000/09/07 19:03:19 dougw over fix
Revision 1.4 2000/09/07 18:40:38 dougw Pod updates.
Doug Weimer <dougw@cnation.com> Greg Williams <greg@cnation.com>
l<perl(1)>. l<Apache::XPP>
|
Apache::XPP::Cache - XPP Cache manegment module |