You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to clear the contents of “Server.serveCache ”?
有办法清除 ghttp.Server中的serveCache的内容吗?
服务起来后,动态添加路由方法,程序会先去取 serveCache的缓存的旧的路由信息, 新加的路由没法立即生效 。