cache.php 310 B

123456789101112131415161718192021
  1. <?php
  2. return array (
  3. 'file1' => array (
  4. 'type' => 'file',
  5. 'debug' => true,
  6. 'pconnect' => 0,
  7. 'autoconnect' => 0
  8. ),
  9. 'template' => array (
  10. 'hostname' => '210.78.140.2',
  11. 'port' => 11211,
  12. 'timeout' => 0,
  13. 'type' => 'memcache',
  14. 'debug' => true,
  15. 'pconnect' => 0,
  16. 'autoconnect' => 0
  17. )
  18. );
  19. ?>