Use `version` from ActiveSupport::Cache::Store
* Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/331297 * Follow-up for: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64723#note_617721967 ActiveSupport::Cache::Store offers `version` attribute for cache records. We can use it instead of a custom versioning strategy. https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch
Showing
Please register or sign in to comment