Click or drag to resize

OperationManagerProfileCacheTimeout Property

Gets the competitor/player cache timeout - how long cache item is cached

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static TimeSpan ProfileCacheTimeout { get; }

Property Value

TimeSpan
The competitor/player cache timeout.
Remarks
Can be between 1 hour and 48 hours - default 24 hours (sliding expiration)
See Also