diff --git a/config/cache.php b/config/cache.php index e4a343706..0b13c94a1 100644 --- a/config/cache.php +++ b/config/cache.php @@ -78,4 +78,17 @@ return [ 'prefix' => 'october', + /* + |-------------------------------------------------------------------------- + | Disable Request Cache + |-------------------------------------------------------------------------- + | + | The request cache stores cache retrievals from the cache store + | in memory to speed up consecutive retrievals within the same request. + | Set to true to disable this in-memory request cache. + | + */ + + 'disableRequestCache' => false, + ];