cache.php 529 B

1234567891011121314151617181920
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Default Cache Driver
  6. |--------------------------------------------------------------------------
  7. |
  8. | This option controls the default cache "driver" that will be used when
  9. | using the Caching library. Of course, you may use other drivers any
  10. | time you wish. This is the default when another is not specified.
  11. |
  12. | Supported: "file", "database", "apc", "memcached", "redis", "array"
  13. |
  14. */
  15. 'driver' => 'array',
  16. );