示例#1
0
文件: CacheUtils.cs 项目: dKluev/Site
 public static string GetCacheKey <T>(Expression <Action <T> > method)
 {
     return(GetCacheKey(ExpressionUtils.GetMethodInfo(method)));
 }