Uses of Interface
com.sportradar.unifiedodds.sdk.internal.caching.ProfileCache
Packages that use ProfileCache
Package
Description
-
Uses of ProfileCache in com.sportradar.unifiedodds.sdk.internal.caching.impl
Classes in com.sportradar.unifiedodds.sdk.internal.caching.impl that implement ProfileCache -
Uses of ProfileCache in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di that return ProfileCacheModifier and TypeMethodDescriptionprotected ProfileCacheCachingModule.provideProfileCache(CacheItemFactory cacheItemFactory, DataRouterManager dataRouterManager) -
Uses of ProfileCache in com.sportradar.unifiedodds.sdk.internal.impl
Constructors in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type ProfileCacheModifierConstructorDescriptionSportEntityFactoryImpl(SportsDataCache sportsDataCache, SportEventCache sportEventCache, ProfileCache profileCache, SportEventStatusFactory sportEventStatusFactory, MappingTypeProvider mappingTypeProvider, SdkInternalConfiguration oddsFeedConfiguration) Initializes a new instance of theSportEntityFactoryImpl -
Uses of ProfileCache in com.sportradar.unifiedodds.sdk.internal.impl.entities
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.entities with parameters of type ProfileCacheModifierConstructorDescriptionCompetitorImpl(Urn competitorId, ProfileCache profileCache, SportEventCi parentSportEventCi, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy, Boolean isVirtual) Initializes a new instance of theCompetitorImplclassCompetitorImpl(Urn competitorId, ProfileCache profileCache, Map<Urn, ReferenceIdCi> eventCompetitorsReferences, Boolean isVirtual, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theCompetitorImplclassCompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplPlayerProfileImpl(Urn playerId, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplTeamCompetitorImpl(Urn competitorId, ProfileCache profileCache, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theTeamCompetitorImplclass -
Uses of ProfileCache in com.sportradar.unifiedodds.sdk.internal.impl.markets
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.markets with parameters of type ProfileCacheModifierConstructorDescriptionNameExpressionFactoryImpl(OperandFactory operandFactory, ProfileCache profileCache) NameProviderFactoryImpl(MarketDescriptionProvider descriptorProvider, ProfileCache profileCache, NameExpressionFactory expressionFactory, SdkInternalConfiguration cfg, TimeUtils time)