Add Octane cache store (#5610)
This commit is contained in:
parent
b1b28a6bb1
commit
3131f789ae
|
@ -37,6 +37,10 @@
|
|||
'driver' => 'apc',
|
||||
],
|
||||
|
||||
'octane' => [
|
||||
'driver' => 'octane',
|
||||
],
|
||||
|
||||
'array' => [
|
||||
'driver' => 'array',
|
||||
'serialize' => false,
|
||||
|
|
Loading…
Reference in New Issue