◆ __init__()
| def tests.test_engines.TestCache.__init__ | ( | self | ) | 
\r\n
| def | __init__ (self) | 
| def tests.test_engines.TestCache.__init__ | ( | self | ) | 
| def tests.test_engines.TestCache.get_cache_value | ( | self, | |
| cachekey | |||
| ) | 
Get data from the cache @type key : string.
Reimplemented from fiftyone_pipeline_engines.datakeyed_cache.DataKeyedCache.
| def tests.test_engines.TestCache.set_cache_value | ( | self, | |
| cachekey, | |||
| value | |||
| ) | 
Place data in the cache @type key : string.
Reimplemented from fiftyone_pipeline_engines.datakeyed_cache.DataKeyedCache.
| tests.test_engines.TestCache.cache | 
| tests.test_engines.TestCache.cacheHits |