Skip to content

ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_multi

Paco Guzman requested to merge 19766-dont-crash-when-no-objects-to-cache into master

What does this MR do?

Avoid calls to Rails.cache.read_multi without cache keys so it doesn't raise an exception

What are the relevant issue numbers?

Closes #19766 (closed)

Does this MR meet the acceptance criteria?

Merge request reports