Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Catalyst::Plugin::Session::Test::Store - Reusable sanity for session storage engines.

Description

perl v5.34.0                                       2022-06-03             Catalyst::Plugi...on::Test::Store(3pm)

Name

       Catalyst::Plugin::Session::Test::Store - Reusable sanity for session storage engines.

Synopsis

           #!/usr/bin/perl

           use Catalyst::Plugin::Session::Test::Store (
               backend => "FastMmap",
               config => {
                   storage => "/tmp/foo",
               },
           );

See Also