public object __ListLog(IHttpContext context)
        {
            HttpApiServer server = context.Server;

            return(server.GetCacheLog());
        }