catalyst::plugin::cache::backend::memory(3pm) debian man page | unix.com

Man Page: catalyst::plugin::cache::backend::memory

Operating Environment: debian

Section: 3pm

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

NAME
Catalyst::Plugin::Cache::Backend::Memory - Stupid memory based caching backend.
SYNOPSIS
use Catalyst::Plugin::Cache::Backend::Memory; my $m = Catalyst::Plugin::Cache::Backend::Memory->new; $m->set( foo => "thing" );
DESCRIPTION
This backend uses Storable to cache data in memory. In combination with an engine like FastCGI/mod_perl/prefork which calls fork() your cache will get async because child processes don't share cache in memory. perl v5.14.2 2012-03-13 Catalyst::Plugin::Cache::Backend::Memory(3pm)
Related Man Pages
catalyst::plugin::session::store::dbic::delegate(3pm) - debian
catalyst::plugin::stacktrace(3pm) - debian
catalyst::plugin::unicode(3pm) - debian
catalyst::traitfor::model::dbic::schema::caching(3pm) - debian
kiokudb::backend::role::txn::memory(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?