in reply to What does the hash key, global => 1, do in CHI
There's documentation in CHI::Driver::Memory
global [BOOL] Use a standard global datastore. Multiple caches created with this set to true will see the same data. Before 0.21, this was the default behavior; now it must be specified explicitly (to avoid accidentally sharing the same datastore in unrelated code). If this is set to false then datastore will be set to a new reference to a hash.
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What does the hash key, global => 1, do in CHI
by phildeman (Scribe) on May 20, 2021 at 16:12 UTC | |
by Fletch (Bishop) on May 20, 2021 at 16:26 UTC |