toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.http
/
CacheState
Cache
State
@
Serializable
data
class
CacheState
(
val
data
:
String
,
val
eTag
:
String
?
,
val
expireBy
:
Long
=
0
)
(
source
)
Members
Constructors
Cache
State
Link copied to clipboard
constructor
(
data
:
String
,
eTag
:
String
?
,
expireBy
:
Long
=
0
)
Properties
data
Link copied to clipboard
val
data
:
String
e
Tag
Link copied to clipboard
val
eTag
:
String
?
expire
By
Link copied to clipboard
val
expireBy
:
Long
=
0