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 TypeClassDescriptionclassA PersistedQueryCache that is just an in memory map of known queries.Fields in graphql.execution.preparsed.persisted declared as PersistedQueryCacheModifier and TypeFieldDescriptionprivate final PersistedQueryCachePersistedQuerySupport.persistedQueryCacheConstructors in graphql.execution.preparsed.persisted with parameters of type PersistedQueryCacheModifierConstructorDescriptionApolloPersistedQuerySupport(PersistedQueryCache persistedQueryCache) PersistedQuerySupport(PersistedQueryCache persistedQueryCache)