Uses of Interface
graphql.execution.preparsed.persisted.PersistedQueryCache
-
Packages that use PersistedQueryCache Package Description graphql.execution.preparsed.persisted -
-
Uses of PersistedQueryCache in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement PersistedQueryCache Modifier and Type Class Description classInMemoryPersistedQueryCacheA PersistedQueryCache that is just an in memory map of known queries.Fields in graphql.execution.preparsed.persisted declared as PersistedQueryCache Modifier and Type Field Description private PersistedQueryCachePersistedQuerySupport. persistedQueryCacheConstructors in graphql.execution.preparsed.persisted with parameters of type PersistedQueryCache Constructor Description ApolloPersistedQuerySupport(PersistedQueryCache persistedQueryCache)PersistedQuerySupport(PersistedQueryCache persistedQueryCache)
-