-
Notifications
You must be signed in to change notification settings - Fork 93
Labels
Technical DebtIssue which resolves technical debtIssue which resolves technical debtenhancementNew feature or requestNew feature or requestinternalFor changes that affect the project's internal workings but not its outward-facing functionality.For changes that affect the project's internal workings but not its outward-facing functionality.
Milestone
Description
Problem
We currently maintain both CacheService and CacheClient as separate entities with different interfaces, even though they share the same responsibility and effectively perform the same behavior. In practice, CacheService is simply a measurable version of CacheClient, but they are implemented as if they were unrelated components.
This makes unnecessarily too complex.
Solution
Logic related to measurements will be moved into dedicated service.
Alternatives
No response
Metadata
Metadata
Assignees
Labels
Technical DebtIssue which resolves technical debtIssue which resolves technical debtenhancementNew feature or requestNew feature or requestinternalFor changes that affect the project's internal workings but not its outward-facing functionality.For changes that affect the project's internal workings but not its outward-facing functionality.