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