Modifier and Type | Method and Description |
---|---|
PlayerProfileCi |
ProfileCache.getPlayerProfile(Urn id,
List<Locale> locales,
List<Urn> possibleAssociatedCompetitorIds)
Returns a
PlayerProfileCi associated with the provided Urn |
Modifier and Type | Method and Description |
---|---|
PlayerProfileCi |
ProfileCacheImpl.getPlayerProfile(Urn id,
List<Locale> locales,
List<Urn> possibleAssociatedCompetitorIds)
Returns a
PlayerProfileCi associated with the provided Urn |
Constructor and Description |
---|
ProfileCacheImpl(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) |
Modifier and Type | Method and Description |
---|---|
PlayerProfileCi |
CacheItemFactoryImpl.buildPlayerProfileCi(ExportablePlayerProfileCi exportable) |
PlayerProfileCi |
CacheItemFactory.buildPlayerProfileCi(ExportablePlayerProfileCi exportable) |
PlayerProfileCi |
CacheItemFactoryImpl.buildPlayerProfileCi(Urn id,
com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data,
Locale dataLocale,
Urn competitorId) |
PlayerProfileCi |
CacheItemFactory.buildPlayerProfileCi(Urn id,
com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data,
Locale dataLocale,
Urn competitorId) |
PlayerProfileCi |
CacheItemFactoryImpl.buildPlayerProfileCi(Urn id,
com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data,
Locale dataLocale,
Urn competitorId) |
PlayerProfileCi |
CacheItemFactory.buildPlayerProfileCi(Urn id,
com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data,
Locale dataLocale,
Urn competitorId) |
PlayerProfileCi |
CacheItemFactoryImpl.buildPlayerProfileCi(Urn id,
Urn competitorId) |
PlayerProfileCi |
CacheItemFactory.buildPlayerProfileCi(Urn id,
Urn competitorId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.Cache<Urn,PlayerProfileCi> |
InternalCachesProvider.getPlayerProfileCache() |
Copyright © 2016–2025. All rights reserved.