EventMongo.where(event_category_id: category.id).desc("_id").limit(events_count)
这样的查询,如果 events_count 赋不同的值,是否会有缓冲?我觉得有
没有,相同语句在一个 action 里会出现缓存,log 里有显示 CACHE......