[PM-33046] Remove legacy cache DI registration in Events#7958
Merged
Conversation
Part of removing the legacy in-memory application cache system. Drops the IVCurrentInMemoryApplicationCacheService DI registration from the Events Startup.
Contributor
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the removal of the Code Review DetailsNo findings. Clean, minimal tech-debt change with clear merge ordering documented across the stacked PR set. |
This was referenced Jul 10, 2026
AlexRubik
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Objective
Part of removing the legacy in-memory application cache system (PM-33046).
Ticket: https://bitwarden.atlassian.net/browse/PM-33046
This is one atomic removal split into 4 stacked-by-dependency PRs, all based on
main. To keepmaincompiling and runtime-safe, they must merge in this order:events-di(Data Insights & Reporting) — remove DI consumer in Eventscore-services(Core / platform) — delete cache service impls + SharedWeb DIadmin-console-repos(Admin Console) — delete cache interface +GetManyAbilitiesAsyncrepo methodsdbops-drop-procs(DB Ops) — drop the stored procedures the Dapper code called👉 This PR is step 1 of 4.
📋 Code Changes
src/Events/Startup.cs— remove the in-memory app cache service registration