Uses of Interface
com.sportradar.unifiedodds.sdk.internal.caching.PlayerProfileCi
Packages that use PlayerProfileCi
Package
Description
-
Uses of PlayerProfileCi in com.sportradar.unifiedodds.sdk.internal.caching
Methods in com.sportradar.unifiedodds.sdk.internal.caching that return PlayerProfileCiModifier and TypeMethodDescriptionProfileCache.getPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) Returns aPlayerProfileCiassociated with the providedUrn -
Uses of PlayerProfileCi in com.sportradar.unifiedodds.sdk.internal.caching.impl
Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl that return PlayerProfileCiModifier and TypeMethodDescriptionProfileCacheImpl.getPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) Returns aPlayerProfileCiassociated with the providedUrnConstructor parameters in com.sportradar.unifiedodds.sdk.internal.caching.impl with type arguments of type PlayerProfileCiModifierConstructorDescriptionProfileCacheImpl(CacheItemFactory cacheItemFactory, DataRouterManager dataRouterManager, com.google.common.cache.Cache<Urn, PlayerProfileCi> playerCache, com.google.common.cache.Cache<Urn, CompetitorCi> competitorCache, com.google.common.cache.Cache<Urn, CompetitorCi> simpleTeamCache) -
Uses of PlayerProfileCi in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci that return PlayerProfileCiModifier and TypeMethodDescriptionCacheItemFactory.buildPlayerProfileCi(ExportablePlayerProfileCi exportable) CacheItemFactory.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale, Urn competitorId) CacheItemFactory.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale dataLocale, Urn competitorId) CacheItemFactory.buildPlayerProfileCi(Urn id, Urn competitorId) CacheItemFactoryImpl.buildPlayerProfileCi(ExportablePlayerProfileCi exportable) CacheItemFactoryImpl.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale, Urn competitorId) CacheItemFactoryImpl.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale dataLocale, Urn competitorId) CacheItemFactoryImpl.buildPlayerProfileCi(Urn id, Urn competitorId) -
Uses of PlayerProfileCi in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di that return types with arguments of type PlayerProfileCiModifier and TypeMethodDescriptioncom.google.common.cache.Cache<Urn,PlayerProfileCi> InternalCachesProvider.getPlayerProfileCache()