Uses of Interface
graphql.execution.preparsed.persisted.PersistedQueryCache
Packages that use PersistedQueryCache
-
Uses of PersistedQueryCache in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement PersistedQueryCacheModifier and TypeClassDescriptionclass
A PersistedQueryCache that is just an in memory map of known queries.Fields in graphql.execution.preparsed.persisted declared as PersistedQueryCacheModifier and TypeFieldDescriptionprivate final PersistedQueryCache
PersistedQuerySupport.persistedQueryCache
Constructors in graphql.execution.preparsed.persisted with parameters of type PersistedQueryCacheModifierConstructorDescriptionApolloPersistedQuerySupport
(PersistedQueryCache persistedQueryCache) PersistedQuerySupport
(PersistedQueryCache persistedQueryCache)