__construct() __construct(\think\Cache $cache, \think\Config $config) : mixed Parameters \think\Cache $cache \think\Config $config Returns mixed —
handle() handle(\think\Request $request, \Closure $next, mixed $cache = null) : \think\Response 设置当前地址的请求缓存 Parameters \think\Request $request \Closure $next mixed $cache Returns \think\Response —
getRequestCache() getRequestCache(\think\Request $request) : mixed 读取当前地址的请求缓存信息 Parameters \think\Request $request Returns mixed —