\r\n

51Degrees Pipeline Java  4.4

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. More...
void  setFlowElement (FlowElement flowElement)
Set the FlowElement that this cache is associated with. More...

Member Function Documentation