1Catalyst::Plugin::CacheU:s:eBracCkoenntdr:i:bMuetCmeaodtrayPl(ey3rs)lt:D:oPcluumgeinnt:a:tCiaocnhe::Backend::Memory(3)
2
3
4
6 Catalyst::Plugin::Cache::Backend::Memory - Stupid memory based caching
7 backend.
8
10 use Catalyst::Plugin::Cache::Backend::Memory;
11
12 my $m = Catalyst::Plugin::Cache::Backend::Memory->new;
13
14 $m->set( foo => "thing" );
15
17 This backend uses Storable to cache data in memory.
18
19 In combination with an engine like FastCGI/mod_perl/prefork which calls
20 fork() your cache will get async because child processes don't share
21 cache in memory.
22
23
24
25perl v5.32.1 20C2a1t-a0l1y-s2t6::Plugin::Cache::Backend::Memory(3)