Closed mxmkmarquette closed 7 years ago
should that not be
// Use Non Persistent Pool.
'PHP' => [
'groups' => [
'non-persistent'
],
],
// Use Non Persistent Pool.
'Non Persistent' => [
'method' => 'PHPArray',
'prerequisites' => [
'class' => 'PHPArray',
],
'groups' => [
'non-persistent'
],
],
or something like that.
You are totally correct, I have implemented that the default Pool to be used is the PHP Array.
This means that it's not needed in the configuration at all, I will remove it from the sample configuration!
The example configuration has been modified, non-persistent cache entry has been removed.
my config files is named accordingly and all server are listening on the good port.