The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GX::Session::Store::Cache - GX::Cache-based session store

SYNOPSIS

None.

DESCRIPTION

This module provides the GX::Session::Store::Cache class which extends the GX::Session::Store class.

METHODS

Constructor

new

Returns a new GX::Session::Store::Cache object.

    $store = GX::Session::Store::Cache->new( %attributes );
Attributes:
Returns:
Exceptions:

Public Methods

cache

Returns the associated cache component instance.

    $cache = $store->cache;
Returns:

delete

See GX::Session::Store.

key_prefix

Returns the cache key prefix.

    $key_prefix = $store->key_prefix;
Returns:
  • $key_prefix ( string )

load

See GX::Session::Store.

save

See GX::Session::Store.

serializer

See GX::Session::Store.

update

See GX::Session::Store.

SEE ALSO

AUTHOR

Jörg A. Uzarek <uzarek@runlevelnull.de>

COPYRIGHT AND LICENSE

Copyright (c) 2009-2011 Jörg A. Uzarek.

This module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation.