◆ get_cache_value()
def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.basic_dictionary_cache.BasicDictionaryCache.get_cache_value | ( | self, | |
key | |||
) |
Get the result stored in the cache or None @type key : string.
- Parameters
-
- key - : The cache key to lookup @rtype mixed
- Returns
- None or the data stored in the cache
Reimplemented from pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.datakeyed_cache.DataKeyedCache.