◆ get() [1/2]
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
◆ get() [2/2]
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() [1/2]
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
◆ set() [2/2]
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