Companion

object Companion

Functions

Link copied to clipboard
fun canDeserialize(value: String): Boolean
Link copied to clipboard
fun deserialize(serializedCacheKey: String): CacheKey
Link copied to clipboard
fun from(typename: String, vararg values: String): CacheKey
fun from(typename: String, values: List<String>): CacheKey

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

Link copied to clipboard
fun rootKey(): CacheKey