示例#1
0
文件: Role.cs 项目: waldo2590/Rock
 /// <summary>
 /// Removes role from cache
 /// </summary>
 /// <param name="id">The id.</param>
 public static void Flush(int id)
 {
     RoleCache.Remove(id);
 }