gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 353 forks source link

Investigate changes to FederatedStoreCache.java #3170

Open GCHQDeveloper314 opened 4 months ago

GCHQDeveloper314 commented 4 months ago

Prior to #3147, FederatedStoreCache.java was inheriting from Cache.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.