Skip to content

Use cache_key for invalidating LC report

Can Eldem requested to merge use-cache-key-for-invalidation into master

What does this MR do?

To improve implementation in !18960 (merged)

Instead of going through all entities in db to create unique key for cache we use cache_key from rails. That was not possible because table didn't have created_at and updated_at before.

Related migrations

Screenshots

Does this MR meet the acceptance criteria?

When we hit end point refreshed changes to license policy reflected in Mr widget

image

Conformity

Availability and Testing

Merge request reports