CacheData

interface CacheData

Data read from the cache that can be represented as a JSON map.

See also

Functions

Link copied to clipboard
fun <D : Executable.Data> CacheData.toData(adapter: Adapter<D>, customScalarAdapters: CustomScalarAdapters, variables: Executable.Variables): D
Link copied to clipboard
abstract fun toMap(): Map<String, Any?>