debian man page for catalyst::plugin::cache::backend::fastmmap

Query: catalyst::plugin::cache::backend::fastmmap

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Catalyst::Plugin::Cache::Backend::FastMmap(3pm) 	User Contributed Perl Documentation	   Catalyst::Plugin::Cache::Backend::FastMmap(3pm)

NAME
Catalyst::Plugin::Cache::Backend::FastMmap - A thin wrapper for Cache::FastMmap that can handle non refs.
SYNOPSIS
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
perl v5.14.2 2006-06-19 Catalyst::Plugin::Cache::Backend::FastMmap(3pm)
Related Man Pages
catalyst::plugin::authentication::credential::openid(3pm) - debian
catalyst::plugin::session::store(3pm) - debian
catalyst::plugin::session::store::dbic::delegate(3pm) - debian
catalyst::plugin::session::store::file(3pm) - debian
catalyst::plugin::unicode(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results