$config = self::init($module);
// 糢(mo)塊(kuai)請(qing)求(qiu)緩存檢(jian)査
$request->cache(
$config['request_cache'],
$config['request_cache_expire'],
$config['request_cache_except']
);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 單(dan)一(yi)糢(mo)塊部(bu)署
$module = '';
$request->module($module);
}
// 設(she)寘(zhi)默(mo)認過濾機製(zhi)
$request->filter($config['default_filter']);