I have a query like this
return await _ctx.Activities .Include(a => a.Attributes) .Include(a => a.Roles) .Include(a
If you know how many times the result of your query can change during the day. Keeping the query result in cache is not the first request, but it is faster to get the result of the next requests.