The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenFrame::WebApp::Session::MemCache - sessions using Cache::MemoryCache

SYNOPSIS

  use OpenFrame::WebApp::Session::MemCache;

  # see OpenFrame::WebApp::Session

DESCRIPTION

An OpenFrame::WebApp::Session using Cache::MemoryCache.

Inherits its interface from OpenFrame::WebApp::Session::CacheBase.

AUTHOR

Steve Purkis <spurkis@epn.nu>

COPYRIGHT

Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.

SEE ALSO

Cache::MemoryCache, OpenFrame::WebApp::Sesssion, OpenFrame::WebApp::Sesssion::CacheBase, OpenFrame::WebApp::Sesssion::FileCache