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