ExpireDateCacheResolver

class ExpireDateCacheResolver : CacheResolver

A cache resolver that uses the cache date as an expiration date and expires past it

Constructors

Link copied to clipboard
fun ExpireDateCacheResolver()

Functions

Link copied to clipboard
open override fun resolveField(    field: CompiledField,     variables: Executable.Variables,     parent: Map<String, @JvmSuppressWildcards Any?>,     parentId: String): Any?