From 04a4e869e3b4cab61900192001c30b2e33e19e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 3 Sep 2021 01:12:18 +0300 Subject: [PATCH] added octane cache store --- config/cache.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 50c332d73..6ad5d80ac 100644 --- a/config/cache.php +++ b/config/cache.php @@ -14,7 +14,7 @@ return [ | not explicitly specified when executing a given caching function. | | Supported: "apc", "array", "database", "file", - | "memcached", "redis", "dynamodb", "null" + | "memcached", "redis", "dynamodb", "octane", "null" | */ @@ -88,6 +88,10 @@ return [ 'endpoint' => env('DYNAMODB_ENDPOINT'), ], + 'octane' => [ + 'driver' => 'octane', + ], + ], /*