Commit 7aa89977 authored by Nicolas Widart's avatar Nicolas Widart

Adding more cache configurations

parent 8f54fb86
...@@ -17,6 +17,13 @@ return [ ...@@ -17,6 +17,13 @@ return [
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Application Cache
|--------------------------------------------------------------------------
*/
'cache' => true,
/*
|--------------------------------------------------------------------------
| Application URL | Application URL
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
......
...@@ -15,7 +15,14 @@ return [ ...@@ -15,7 +15,14 @@ return [
| |
*/ */
'driver' => 'file', 'driver' => 'redis',
/*
|--------------------------------------------------------------------------
| The time items will be cached
|--------------------------------------------------------------------------
*/
'time' => 60,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment