apollo-kotlin
3.8.2
apollo-normalized-cache-api-incubating
/
com.apollographql.apollo3.cache.normalized.api
/
CacheKey
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
can
Deserialize
Link copied to clipboard
@
JvmStatic
fun
canDeserialize
(
value
:
String
)
:
Boolean
Content copied to clipboard
deserialize
Link copied to clipboard
@
JvmStatic
fun
deserialize
(
serializedCacheKey
:
String
)
:
CacheKey
Content copied to clipboard
from
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
from
(
typename
:
String
,
vararg
values
:
String
)
:
CacheKey
Content copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
from
(
typename
:
String
,
values
:
List
<
String
>
)
:
CacheKey
Content copied to clipboard
Helper function to build a cache key from a list of strings
root
Key
Link copied to clipboard
@
JvmStatic
fun
rootKey
(
)
:
CacheKey
Content copied to clipboard