Example #1
0
 /// <summary>
 /// Removes role from cache
 /// </summary>
 /// <param name="id">The id.</param>
 public static void Flush(int id)
 {
     RoleCache.Remove(id);
 }