Modifier and Type | Method and Description |
---|---|
CategoryCi |
SportsDataCache.getCategory(Urn categoryId,
List<Locale> locales)
Returns the associated category cache item
|
Modifier and Type | Method and Description |
---|---|
CategoryCi |
SportsDataCacheImpl.getCategory(Urn categoryId,
List<Locale> locales)
Returns the associated category data
|
Constructor and Description |
---|
SportsDataCacheImpl(com.google.common.cache.Cache<Urn,SportCi> sportsCache,
com.google.common.cache.Cache<Urn,CategoryCi> categoriesCache,
CacheItemFactory cacheItemFactory,
DataRouterManager dataRouterManager) |
Modifier and Type | Method and Description |
---|---|
CategoryCi |
CacheItemFactoryImpl.buildCategoryCi(ExportableCategoryCi exportable) |
CategoryCi |
CacheItemFactory.buildCategoryCi(ExportableCategoryCi exportable) |
CategoryCi |
CacheItemFactoryImpl.buildCategoryCi(Urn id,
com.sportradar.uf.sportsapi.datamodel.SapiCategory category,
List<Urn> tournamentIds,
Urn associatedSportCiId,
Locale dataLocale) |
CategoryCi |
CacheItemFactory.buildCategoryCi(Urn id,
com.sportradar.uf.sportsapi.datamodel.SapiCategory category,
List<Urn> tournaments,
Urn associatedSportCiId,
Locale dataLocale) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.Cache<Urn,CategoryCi> |
InternalCachesProvider.getCategoryDataCache() |
protected com.google.common.cache.Cache<Urn,CategoryCi> |
CachingModule.provideCategoryCiCache() |
Copyright © 2016–2025. All rights reserved.