◆ DataKeyedCacheBase()
fiftyone.pipeline.engines.caching.DataKeyedCacheBase< V >.DataKeyedCacheBase | ( | CacheConfiguration | configuration | ) |
Construct a new instance.
- Parameters
-
- configuration - the cache configuration to use when creating the internal cache
Member Function Documentation
◆ getFilter()
abstract EvidenceKeyFilter fiftyone.pipeline.engines.caching.DataKeyedCacheBase< V >.getFilter ( ) abstract protectedReturns the EvidenceKeyFilter to use when generating a key from FlowData instances.
Only evidence values that the filter includes will be used to create the key.
- Returns
- an EvidenceKeyFilter instance