Files
firefly-iii/app/config/testing/cache.php

21 lines
524 B
PHP
Raw Normal View History

2014-06-28 09:41:44 +02:00
<?php
2014-12-06 21:48:23 +01:00
return [
2014-06-28 09:41:44 +02:00
/*
|--------------------------------------------------------------------------
| Default Cache Driver
|--------------------------------------------------------------------------
|
| This option controls the default cache "driver" that will be used when
| using the Caching library. Of course, you may use other drivers any
| time you wish. This is the default when another is not specified.
|
| Supported: "file", "database", "apc", "memcached", "redis", "array"
|
*/
'driver' => 'array',
2014-12-06 21:48:23 +01:00
];