env('CACHE_STORE', 'file'), 'stores' => [ 'file' => [ 'driver' => 'file', 'path' => storage_path('framework/cache/data'), 'lock_path' => storage_path('framework/cache/data'), ], 'array' => [ 'driver' => 'array', 'serialize' => false, ], ], 'prefix' => env('CACHE_PREFIX', 'core_app_cache_'), ];