Investigate changes to FederatedStoreCache.java #3170
Labels
enhancement
Improvement to existing functionality/feature
federated-store
Specific to/touches the federated-store module
Milestone
Prior to #3147,
FederatedStoreCache.java
was inheriting fromCache.java
solely to enforce some generics. It had various overriding methods which were unused but were left in place in that PR.Either this inheritance should be put back, another way to fix the generics found or this class and
FederatedStoreCacheTransient.java
refactored to simplify them.The text was updated successfully, but these errors were encountered: