OpenFrame::WebApp::Session::CacheBase - abstract base for sessions using


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.

Index


NAME

Top

OpenFrame::WebApp::Session::CacheBase - abstract base for sessions using Cache::Cache modules

SYNOPSIS

Top

  # abstract class - cannot be instantiated
  use base qw( OpenFrame::WebApp::Session::CacheBase );

DESCRIPTION

Top

An OpenFrame::WebApp::Session for using Cache::Cache modules.

AUTHOR

Top

Steve Purkis <spurkis@epn.nu>

Based on OpenFrame::AppKit::Session, by James A. Duncan.

COPYRIGHT

Top

SEE ALSO

Top

Cache::Cache, OpenFrame::WebApp::Sesssion, OpenFrame::WebApp::Session::MemCache, OpenFrame::WebApp::Session::FileCache


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.