logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

perl v5.36.0                                       2022-11-19             Catalyst::Plugi...ckend::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

See Also