#caching
Read more stories on Hashnode
Articles with this tag
if (Cache["total_"+ userId] == null) { /* 30 minutes cache*/ Cache.Insert("total_" + userId , dc.Customers.Where(p => p.UserId ==...