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)NAMECatalyst::Plugin::Cache::Backend::Memory - Stupid memory based caching backend.SYNOPSISuse Catalyst::Plugin::Cache::Backend::Memory; my $m = Catalyst::Plugin::Cache::Backend::Memory->new; $m->set( foo => "thing" );DESCRIPTIONThis 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)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |