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