added octane cache store

This commit is contained in:
Denis Duliçi 2021-09-03 01:12:18 +03:00
parent df63672753
commit 04a4e869e3

View File

@ -14,7 +14,7 @@ return [
| not explicitly specified when executing a given caching function. | not explicitly specified when executing a given caching function.
| |
| Supported: "apc", "array", "database", "file", | Supported: "apc", "array", "database", "file",
| "memcached", "redis", "dynamodb", "null" | "memcached", "redis", "dynamodb", "octane", "null"
| |
*/ */
@ -88,6 +88,10 @@ return [
'endpoint' => env('DYNAMODB_ENDPOINT'), 'endpoint' => env('DYNAMODB_ENDPOINT'),
], ],
'octane' => [
'driver' => 'octane',
],
], ],
/* /*