env('CACHE_DRIVER', 'redis'), 'stores' => [ 'redis' => [ 'driver' => 'redis', 'connection' => 'cache', 'lock_connection' => 'default', ], 'file' => [ 'driver' => 'file', 'path' => storage_path('framework/cache/data'), ], 'array' => [ 'driver' => 'array', 'serialize' => false, ], ], 'prefix' => env('CACHE_PREFIX', 'intaleq_v2'), ];