GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Plugin::Session::Store::Memcached::Fast(3) User Contributed Perl Documentation Catalyst::Plugin::Session::Store::Memcached::Fast(3)

Catalyst::Plugin::Session::Store::Memcached::Fast - Memcached session storage backend.

    use Catalyst qw/Session Session::Store::Memcached::Fast Session::State::Foo/;
    
    MyApp->config->{session} = {
        expires => 3600,
        servers => ['127.0.0.1:11210'],
        # another Cache::Memcached::Fast params
    };

    # ... in an action:
    $c->session->{foo} = 'bar'; # will be saved

"Catalyst::Plugin::Session::Store::Memcached::Fast" is a fast session storage plugin for Catalyst that uses memcached cache. It is based on Cache::Memcached::Fast.

get_session_data
store_session_data
delete_session_data
delete_expired_sessions
These are implementations of the required methods for a store. See Catalyst::Plugin::Session::Store.
get_and_set_session_data
This is the optional method for atomic write semantics. See Catalyst::Plugin::Session::AtomicWrite.
setup_session
Sets up the session connection.

Catalyst, Catalyst::Plugin::Session, Cache::Memcached::Fast.

Denis Arapov, "bwizard@blackwizard.pp.ru"

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.