It’s best to give an example
阿神2017-05-16 12:05:03
You can set the key_prefix parameter to add a prefix to the cache name.
$this->load->driver('cache',
array('adapter' => 'apc', 'backup' => 'file', 'key_prefix' => 'my_')
);
Reference documentation: https://codeigniter.org.cn/us...