Click or drag to resize

CacheType Enumeration

Enumerates the types of the caches supported by the SDK

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#
[FlagsAttribute]
public enum CacheType
Members
Member nameValueDescription
SportData1 Cache used to hold sport data items (sports and categories)
SportEvent2 Cache used to hold sport event items (tournaments, matches, seasons...)
Profile4 Cache used to hold profile items (player and team profiles)
All7 All caches
See Also