◆ inCache()
fiftyone\pipeline\engines\Engine::inCache | ( | $flowData | ) |
A method to check if a flowData's evidence is in the cache.
- Parameters
-
- FlowData -
◆ process()
fiftyone\pipeline\engines\Engine::process ( $flowData ) Engine's core process function.
Calls specific overriden processInternal methods but wraps it in a cache check and a cache put
- Parameters
-
- FlowData -
◆ setCache()
fiftyone\pipeline\engines\Engine::setCache ( $cache ) Add a cache to an engine.
- Parameters
-
- Cache - (cache with get and set methods)
◆ setRestrictedProperties()
fiftyone\pipeline\engines\Engine::setRestrictedProperties ( $propertiesList ) Add a subset of properties.
- Parameters
-
- string[] - an array of properties to include