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