◆ get()
V fiftyone.caching.Cache< K, V >.get | ( | K | key | ) |
Retrieves the value for key requested.
- Parameters
-
- key - or the item required
- Returns
- an instance of the value associated with the key or null
Implemented in fiftyone.caching.LruCacheBase< K, V >, and fiftyone.caching.LruLoadingCache< K, V >.