Skip to content

Remove deprecated caching class

Kerri Miller requested to merge 38008-remove-deprecated-caching-class into master

What does this MR do?

With the launch of the new approach to caching highlighting diffs in redis, we can drop this class as it is no longer needed. We used it in the new highlighting class to accelerate the expiration of deprecated cache entries, but as of 12.7 the new caching approach is enabled by default, allowing us to completely remove this.

Closes #38008 (closed)

Merge request reports