/// <summary>
 /// Api描述的缓存
 /// </summary>
 static ApiDescriptorCache()
 {
     cache = new ConcurrentCache <MethodInfo, ApiActionDescriptor>();
 }