Actions
Refactor #13273
closedRename ProxyService to ProxyCache or ProxyAPICache
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
This class should be renamed to ProxyCache and we should either split it into separate classes, or
refactored. It is worth refactoring this into generic Proxy API cache that works with any proxy call,
cache ID can be "proxy-id/path".
Updated by Lukas Zapletal almost 9 years ago
- Related to Tracker #12507: Smart Proxy UX improvments added
Updated by Ohad Levy almost 9 years ago
- Status changed from New to Feedback
TBH I'm not sure that makes sense to me.
cache is the implementation details, the main function of the class (and sub classes in #13177) is to provide simple to use status data.
the data it self can come from multiple implementation (for example, in pulp we call both the proxy for disk usage, and pulp api for status).
Updated by Lukas Zapletal almost 9 years ago
- Status changed from Feedback to Resolved
Haven't realized that.
Actions