yuqi1129 commented on issue #10252: URL: https://github.com/apache/gravitino/issues/10252#issuecomment-4008870679
This issue only involved a unified management for the Caffeine cache. For example, if something is modified in the storage layer, we need to invalidate all related cache at the same time. Currently, caches are scattered everywhere and hard to manage. > keeping local in-memory caches with coordinated invalidation (for example, broadcasting invalidation events from whichever node performed the write operation) Yeah, this is what I want to convey and express. When it comes to external cache, I have used https://github.com/apache/gravitino/issues/9898 to track it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
