NAME
OpenFrame::WebApp::Session::CacheBase - abstract base for sessions using Cache::Cache modules
SYNOPSIS
# abstract class - cannot be instantiated
use base qw( OpenFrame::WebApp::Session::CacheBase );
DESCRIPTION
An OpenFrame::WebApp::Session
for using Cache::Cache
modules.
AUTHOR
Steve Purkis <spurkis@epn.nu>
Based on OpenFrame::AppKit::Session
, by James A. Duncan.
COPYRIGHT
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.
SEE ALSO
Cache::Cache, OpenFrame::WebApp::Sesssion, OpenFrame::WebApp::Session::MemCache, OpenFrame::WebApp::Session::FileCache