Uses of Class
com.sportradar.unifiedodds.sdk.internal.exceptions.CacheItemNotFoundException
Packages that use CacheItemNotFoundException
Package
Description
-
Uses of CacheItemNotFoundException in com.sportradar.unifiedodds.sdk.internal.caching
Methods in com.sportradar.unifiedodds.sdk.internal.caching that throw CacheItemNotFoundExceptionModifier and TypeMethodDescriptionSportsDataCache.getCategory(Urn categoryId, List<Locale> locales) Returns the associated category cache itemProfileCache.getCompetitorProfile(Urn id, List<Locale> locales) Returns aCompetitorCiassociated with the providedUrnSportEventCache.getEventCacheItem(Urn id) Returns aSportEventCiinstance representing a cached sport event dataSportEventCache.getEventCacheItem(Urn id, RequestOptions requestOptions) Returns aSportEventCiinstance representing a cached sport event dataProfileCache.getPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) Returns aPlayerProfileCiassociated with the providedUrn -
Uses of CacheItemNotFoundException in com.sportradar.unifiedodds.sdk.internal.caching.impl
Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl that throw CacheItemNotFoundExceptionModifier and TypeMethodDescriptionSportsDataCacheImpl.getCategory(Urn categoryId, List<Locale> locales) Returns the associated category dataProfileCacheImpl.getCompetitorProfile(Urn id, List<Locale> locales) Returns aCompetitorCiassociated with the providedUrnSportEventCacheImpl.getEventCacheItem(Urn id) Returns aSportEventCiinstance representing a cached sport event dataSportEventCacheImpl.getEventCacheItem(Urn id, RequestOptions requestOptions) Returns aSportEventCiinstance representing a cached sport event dataProfileCacheImpl.getPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) Returns aPlayerProfileCiassociated with the providedUrn -
Uses of CacheItemNotFoundException in com.sportradar.unifiedodds.sdk.internal.caching.markets
Methods in com.sportradar.unifiedodds.sdk.internal.caching.markets that throw CacheItemNotFoundExceptionModifier and TypeMethodDescriptionInvariantMarketDescriptionCache.getAllInvariantMarketDescriptions(List<Locale> locales) MarketDescriptionProvider.getMarketDescription(int marketId, Map<String, String> marketSpecifiers, List<Locale> locales, boolean fetchVariantDescriptions) MarketDescriptionProviderImpl.getMarketDescription(int marketId, Map<String, String> marketSpecifiers, List<Locale> locales, boolean fetchVariantDescriptions) InvariantMarketDescriptionCache.getMarketDescriptor(int marketId, String variant, Languages.BestEffort locales) MarketDescriptionCache.getMarketDescriptor(int marketId, String variant, Languages.BestEffort locales) VariantMarketDescriptionCache.getMarketDescriptor(int marketId, String variant, Languages.BestEffort bestEffort) VariantDescriptionCache.getVariantDescription(String id, List<Locale> locales) VariantDescriptionCacheImpl.getVariantDescription(String id, List<Locale> locales)