Uses of Interface
com.sportradar.unifiedodds.sdk.internal.caching.impl.ci.CacheItemFactory
Packages that use CacheItemFactory
Package
Description
-
Uses of CacheItemFactory in com.sportradar.unifiedodds.sdk.internal.caching.impl
Constructors in com.sportradar.unifiedodds.sdk.internal.caching.impl with parameters of type CacheItemFactoryModifierConstructorDescriptionProfileCacheImpl(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) SportsDataCacheImpl(com.google.common.cache.Cache<Urn, SportCi> sportsCache, com.google.common.cache.Cache<Urn, CategoryCi> categoriesCache, CacheItemFactory cacheItemFactory, DataRouterManager dataRouterManager) -
Uses of CacheItemFactory in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci
Classes in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci that implement CacheItemFactory -
Uses of CacheItemFactory in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di with parameters of type CacheItemFactoryModifier and TypeMethodDescriptionprotected ProfileCacheCachingModule.provideProfileCache(CacheItemFactory cacheItemFactory, DataRouterManager dataRouterManager)