Click or drag to resize

ISportDataProviderV5CacheExportAsync Method

Exports current items in the cache

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IEnumerable<ExportableCI>> CacheExportAsync(
	CacheType cacheType
)

Parameters

cacheType  CacheType
Specifies what type of cache items will be exported

Return Value

TaskIEnumerableExportableCI
Collection of ExportableCI containing all the items currently in the cache
See Also