Add Octane cache store (#5610)

This commit is contained in:
Seyed Morteza Ebadi 2021-05-14 19:39:09 +04:30 committed by GitHub
parent b1b28a6bb1
commit 3131f789ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,10 @@ return [
'driver' => 'apc',
],
'octane' => [
'driver' => 'octane',
],
'array' => [
'driver' => 'array',
'serialize' => false,