◆ get()
fiftyone\pipeline\engines\DataKeyedCache::get | ( | $cachekey | ) |
Get an item from the cache.
This method needs to be implemented in a subclass to work
- Parameters
-
- string - cache key
- mixed - cache result
◆ set()
fiftyone\pipeline\engines\DataKeyedCache::set ( $cachekey, $value ) Add a value to the cache This method needs to be implemented in a subclass to work.
- Parameters
-
- string - cache key
- mixed - cache value