public bool Remove(int userId) { cacheLogic.Delete(AllAwardsCacheKey); cacheLogic.Delete(AllUsersCacheKey); return(usersDAO.Remove(userId)); }