gitlab-org--gitlab-foss/lib/gitlab/cache
Gabriel Mazetto cb541aef89 Change project pipeline status cache key to follow project convention
Old cache key was: `projects/#{id}/pipeline_status/#{sha}`
New one is: `project:#{id}:pipeline_status:#{sha}`

This allows to delete any project related key just by scanning for:
`project:#{id}`.
2018-11-16 16:22:53 +01:00
..
ci Change project pipeline status cache key to follow project convention 2018-11-16 16:22:53 +01:00
request_cache.rb