public class UofCacheConfigurationImpl extends Object implements UofCacheConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
getIgnoreBetPalTimelineSportEventStatus()
Gets a value indicating whether to ignore sport event status from timeline endpoint for
sport events on BetPal producer (default: false)
|
Duration |
getIgnoreBetPalTimelineSportEventStatusCacheTimeout()
Gets the ignore BetPal timeline sport event status cache timeout - how long cache item is cached.
|
Duration |
getProfileCacheTimeout()
Gets the competitor/player cache timeout - how long cache item is cached
Can be between 1 hour and 48 hours - default 24 hours (sliding expiration)
|
Duration |
getSportEventCacheTimeout()
Gets the sport event cache timeout - how long cache items are cached
Can be between 1 hour and 48 hours - default 12 hours (sliding expiration)
|
Duration |
getSportEventStatusCacheTimeout()
Gets the sport event status cache timeout - how long status is cached
Can be between 1 min and 60 min - default 5 min (absolute expiration)
|
Duration |
getVariantMarketDescriptionCacheTimeout()
Gets the variant market description cache timeout - how long cache item is cached
Can be between 1 hour and 24 hours - default 3 hours (sliding expiration)
|
String |
toString() |
public Duration getSportEventCacheTimeout()
UofCacheConfiguration
getSportEventCacheTimeout
in interface UofCacheConfiguration
public Duration getSportEventStatusCacheTimeout()
UofCacheConfiguration
getSportEventStatusCacheTimeout
in interface UofCacheConfiguration
public Duration getProfileCacheTimeout()
UofCacheConfiguration
getProfileCacheTimeout
in interface UofCacheConfiguration
public Duration getVariantMarketDescriptionCacheTimeout()
UofCacheConfiguration
getVariantMarketDescriptionCacheTimeout
in interface UofCacheConfiguration
public Duration getIgnoreBetPalTimelineSportEventStatusCacheTimeout()
UofCacheConfiguration
getIgnoreBetPalTimelineSportEventStatusCacheTimeout
in interface UofCacheConfiguration
public boolean getIgnoreBetPalTimelineSportEventStatus()
UofCacheConfiguration
getIgnoreBetPalTimelineSportEventStatus
in interface UofCacheConfiguration
Copyright © 2016–2025. All rights reserved.