51Degrees Pipeline for Java

fiftyone.pipeline.engines.caching.FlowCache Interface Reference

Detailed Description

Used to cache results from individual flow elements in the pipeline.

See also
Specification

Inheritance diagram for fiftyone.pipeline.engines.caching.FlowCache:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.caching.FlowCache:

[legend]

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
flowElementthis cache's FlowElement

Implemented in fiftyone.pipeline.engines.caching.FlowCacheDefault.