DefaultQueryCache

class DefaultQueryCache(graphQLClient: AWSAppSyncClient) : QueryCache

Default query cache implementation.

Parameters

graphQLClient

AppSync client holding the query cache.

Constructors

Link copied to clipboard
constructor(graphQLClient: AWSAppSyncClient)

Functions

Link copied to clipboard
open suspend override fun replace(query: <Error class: unknown class>, item: <Error class: unknown class>)

Adds a new item or replace an existing item in AppSync's query cache.