Ticketmaster Discovery API
Toggle table of contents
3.8.3
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ticketmaster Discovery API
Ticketmaster Discovery API
/
com.ticketmaster.category.usecase.category
/
CategoryCache
Category
Cache
interface
CategoryCache
Inheritors
CategoryCacheImpl
Members
Functions
get
Cached
Categories
And
Cities
Link copied to clipboard
abstract
fun
getCachedCategoriesAndCities
(
market
:
TMMarketDomain
)
:
Map
<
String
,
List
<
CategoryResponse
>
>
get
Cached
Response
Link copied to clipboard
abstract
fun
getCachedResponse
(
market
:
TMMarketDomain
)
:
List
<
CategoryResponse
>
?