* Date: 2018-4-3 */ /** * 只作用于网站前台页面,指定需要缓存的页面 * 参数规则: * mca :plugins_控制器_操作名 * filename :生成在/data/runtime目录下的指定路径,建议参考以下 * p :当前url控制器的操作方法传入的全部参数变量名 * cache : 页面缓存有效时间,单位是秒 */ return array( // 问答首页 // 'plugins_Ask_index' => ['filename'=>'plugins/ask/index','p'=>array('is_recom','type_id','p'), 'cache'=>7200], // 'plugins_Ask_details' => ['filename'=>'plugins/ask/details', 'p'=>array('type_id','ask_id'), 'cache'=>7200], );