-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
According to the principle of least visibility of variables, constants should be defined near the code which uses them. This makes interfaces like CacheManagerKeys less than ideal.
We should deprecate this interface and move the cache keys into the code which uses them.