in reply to Re: What does the hash key, global => 1, do in CHI
in thread What does the hash key, global => 1, do in CHI
Hi Fletch,
Thanks for the quick response. I used $cache = CHI->new( driver => 'Memory', global => 1 ); as an example
to show how 'global => 1' was being used. I am not instantiating the CHI class that way. Actually, I am using:
The documentation does not show the use of 'global => 1' with that example. I was curious why and when it is necessary to use it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What does the hash key, global => 1, do in CHI
by Fletch (Bishop) on May 20, 2021 at 16:26 UTC |