You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was under the impression that this should be a loop doing multiple lookups that may or may not hit the cache. This implementation is doing one large cache lookup and filling in the blanks. Should I change other implementations to match?
The text was updated successfully, but these errors were encountered:
I don't think that there is any requirement like that. In fact requirement 6 says the opposite:
Additionally, if a separate caching process is used (see below), it is acceptable to fetch all of the randomly-selected objects using a single cache query operation.
FrameworkBenchmarks/frameworks/Ruby/rails/app/controllers/hello_world_controller.rb
Line 22 in 85ff491
I was under the impression that this should be a loop doing multiple lookups that may or may not hit the cache. This implementation is doing one large cache lookup and filling in the blanks. Should I change other implementations to match?
The text was updated successfully, but these errors were encountered: