fix: remove unused UpdateableCache & CacheKeyMapper by csviri · Pull Request #3427 · operator-framework/java-operator-sdk
Pull request overview
This PR cleans up the operator framework core event source API by removing an unused cache extension interface (UpdatableCache), reducing surface area in io.javaoperatorsdk.operator.processing.event.source.
Changes:
- Deletes the unused
UpdatableCache<T>interface (which extendedCache<T>withput/removemethods).