Detailed Description
Used to cache results from individual flow elements in the pipeline.
- See also
- Specification
Inheritance diagram for fiftyone.pipeline.engines.caching.FlowCache:
Collaboration diagram for fiftyone.pipeline.engines.caching.FlowCache:
Public Member Functions | |
| FlowElement | getFlowElement () |
Get the FlowElement that this cache is associated with. | |
| void | setFlowElement (FlowElement flowElement) |
Set the FlowElement that this cache is associated with. | |
Member Function Documentation
◆ getFlowElement()
| FlowElement fiftyone.pipeline.engines.caching.FlowCache.getFlowElement | ( | ) |
Get the FlowElement that this cache is associated with.
- Returns
- this cache's
FlowElement
Implemented in fiftyone.pipeline.engines.caching.FlowCacheDefault.
◆ setFlowElement()
| void fiftyone.pipeline.engines.caching.FlowCache.setFlowElement | ( | FlowElement | flowElement | ) |
Set the FlowElement that this cache is associated with.
- Parameters
-
flowElement this cache's FlowElement
Implemented in fiftyone.pipeline.engines.caching.FlowCacheDefault.
