Companion

object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun deserialize(serializedCacheKey: String): CacheKey
Link copied to clipboard
@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_0_0)
fun from(typename: String, vararg values: String): CacheKey
@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_0_0)
fun from(typename: String, values: List<String>): CacheKey

Helper function to build a cache key from a list of strings

Link copied to clipboard