liferoad commented on code in PR #32187: URL: https://github.com/apache/beam/pull/32187#discussion_r1718407917
########## website/www/site/content/en/documentation/patterns/overview.md: ########## @@ -54,6 +54,10 @@ Pipeline patterns demonstrate common Beam use cases. Pipeline patterns are based **State & timers patterns** - Patterns for using state & timers * [Grouping elements for efficient external service calls](/documentation/patterns/grouping-elements-for-efficient-external-service-calls/#grouping-elements-for-efficient-external-service-calls-using-the-`GroupIntoBatches`-transform) +**Cache with a shared object** - Patterns for using a shared object as a cache +* [Create a cache on a batch pipeline](/documentation/patterns/shared-class/#create-a-cache-on-a-batch-pipeline) Review Comment: shall we call it out this only works for Python? -- 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]
