cache.php 280 B

1234567
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. $config['adapter'] = 'file';
  4. $config['backup'] = 'file';
  5. $config['key_prefix'] = 'api_'; // 统一前缀,便于管理
  6. $config['file_path'] = APPPATH . 'cache/data/'; // 自定义存储目录