phildeman has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am using CHI to cache data. In the documentation it shows the use of global => 1. For example:
my $cache = CHI->new( driver => 'Memory', global => 1 );However, the documentation does not explain the use of the key, 'global'.
I tried searching it on Google, but the results I get back do not explain it's
usage. Does anyone know what this hash key signifies?
Thanks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: What does the hash key, global => 1, do in CHI
by Fletch (Bishop) on May 19, 2021 at 19:46 UTC | |
by phildeman (Scribe) on May 20, 2021 at 16:12 UTC | |
by Fletch (Bishop) on May 20, 2021 at 16:26 UTC | |
Re: What is global => 1 in CHI
by haukex (Archbishop) on May 19, 2021 at 19:45 UTC |