Interface InternalCachesProvider

All Superinterfaces:
AutoCloseable, Closeable

public interface InternalCachesProvider extends Closeable
Created on 2019-03-29
Author:
e.roznik
  • Method Details

    • getSportDataCache

      com.google.common.cache.Cache<Urn,SportCi> getSportDataCache()
    • getCategoryDataCache

      com.google.common.cache.Cache<Urn,CategoryCi> getCategoryDataCache()
    • getSportEventCache

      com.google.common.cache.Cache<Urn,SportEventCi> getSportEventCache()
    • getPlayerProfileCache

      com.google.common.cache.Cache<Urn,PlayerProfileCi> getPlayerProfileCache()
    • getCompetitorCache

      com.google.common.cache.Cache<Urn,CompetitorCi> getCompetitorCache()
    • getSimpleTeamCompetitorCache

      com.google.common.cache.Cache<Urn,CompetitorCi> getSimpleTeamCompetitorCache()
    • getSportEventStatusCache

      com.google.common.cache.Cache<String,SportEventStatusCi> getSportEventStatusCache()
    • getInvariantMarketCache

      com.google.common.cache.Cache<String,MarketDescriptionCi> getInvariantMarketCache()
    • getVariantMarketCache

      com.google.common.cache.Cache<String,MarketDescriptionCi> getVariantMarketCache()
    • getDispatchedFixtureChanges

      com.google.common.cache.Cache<String,String> getDispatchedFixtureChanges()
    • getVariantDescriptionCache

      com.google.common.cache.Cache<String,VariantDescriptionCi> getVariantDescriptionCache()
    • getFixtureTimestampCache

      com.google.common.cache.Cache<Urn,Date> getFixtureTimestampCache()
    • getIgnoreEventsTimelineCache

      com.google.common.cache.Cache<String,Date> getIgnoreEventsTimelineCache()