Catalyst::Plugin::Cache::Backend::FastMmap - A thin wrapper for


Catalyst-Plugin-Cache-Store-FastMmap documentation  | view source Contained in the Catalyst-Plugin-Cache-Store-FastMmap distribution.

Index


NAME

Top

Catalyst::Plugin::Cache::Backend::FastMmap - A thin wrapper for Cache::FastMmap that can handle non refs.

SYNOPSIS

Top

	use Catalyst::Plugin::Cache::Backend::FastMmap;

    my $cache_obj = Catalyst::Plugin::Cache::Backend::FastMmap->new;

    $cache_obj->set( key => [qw/blah blah blah/] );

    $cache_obj->set( key => "this_works_too" ); # non references can also be stored

DESCRIPTION

Top


Catalyst-Plugin-Cache-Store-FastMmap documentation  | view source Contained in the Catalyst-Plugin-Cache-Store-FastMmap distribution.