processingCacheKey static method
Implementation
static String processingCacheKey(
List<Series> series, {
required int renderThreshold,
required SamplingStrategy? samplingStrategy,
required int? startIndex,
required int? endIndex,
required String? dataSignature,
}) => _processingCacheIdentity(
series,
renderThreshold: renderThreshold,
samplingStrategy: samplingStrategy,
startIndex: startIndex,
endIndex: endIndex,
dataSignature: dataSignature,
).resultKey;