コード例 #1
0
 /// <summary>
 /// 缓存键值配置
 /// </summary>
 static void CacheKeysConfig()
 {
     QueryConfig.SetCacheKey <UserEntity>(u => u.UserName);
 }