Detailed Description
The tracker class extends the cache class with a track method that checks if a key is in the cache and runs a match method on the result if it is found in the cache.
Inheritance diagram for fiftyone\pipeline\engines\Tracker:
Collaboration diagram for fiftyone\pipeline\engines\Tracker:
Public Member Functions
track ($key) | |
match ($result) | |
track ($key) | |
match ($result) | |
Public Member Functions inherited from fiftyone\pipeline\engines\DataKeyedCache | |
get ($cachekey)
Get an item from the cache. More...
| |
set ($cachekey, $value)
Add a value to the cache This method needs to be implemented in a subclass to work. More...
| |
get ($cachekey)
Get an item from the cache. More...
| |
set ($cachekey, $value)
Add a value to the cache This method needs to be implemented in a subclass to work. More...
|