junaiddshaukat commented on PR #37466: URL: https://github.com/apache/beam/pull/37466#issuecomment-3837444343
@damccorm, I have addressed all review feedback: * Replaced `flush()` with `flushLRU(0)` and removed the duplicate method * Removed code duplication between `flush` and `flushLRU` * Inlined `touchKey` logic and optimized it to call `delete()` only when the key exists Let me know if further changes needed! -- 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]
