Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^6: Big cache -- CHI Unified cache handling interface

by choroba (Cardinal)
on Dec 27, 2022 at 00:37 UTC ( [id://11149095]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub test_141024 : Tests {
        my $cache = CHI->new( driver => 'RawMemory', global => 1 );
        my $callback = sub { wantarray ? 'list' : 'scalar' };
    ...
        is_deeply( $foo[0], 'in_list' );
        is_deeply( $foo[1], 'list' );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11149095]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (12)
As of 2024-04-23 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found