apache_beam.runners.interactive.testing.test_cache_manager module¶
-
class
apache_beam.runners.interactive.testing.test_cache_manager.
InMemoryCache
[source]¶ Bases:
apache_beam.runners.interactive.cache_manager.CacheManager
A cache that stores all PCollections in an in-memory map.
This is only used for checking the pipeline shape. This can’t be used for running the pipeline isn’t shared between the SDK and the Runner.