Skip to content

Improve project list cache key

Dmytro Zaporozhets (DZ) requested to merge dz-project-list-cache-key into master

What does this MR do?

Use project.route.cache_key as part of the project list cache key.

Are there points in the code the reviewer needs to double check?

no

Why was this MR needed?

In order to invalidate project list cache in case of a changed parent full path or full name.

Screenshots (if relevant)

no

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31863

Merge request reports