Uses of Interface
graphql.execution.preparsed.persisted.PersistedQueryCacheMiss
Packages that use PersistedQueryCacheMiss
-
Uses of PersistedQueryCacheMiss in graphql.execution.preparsed.persisted
Methods in graphql.execution.preparsed.persisted with parameters of type PersistedQueryCacheMissModifier and TypeMethodDescriptionInMemoryPersistedQueryCache.getPersistedQueryDocument
(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) PersistedQueryCache.getPersistedQueryDocument
(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) Deprecated.default CompletableFuture
<PreparsedDocumentEntry> PersistedQueryCache.getPersistedQueryDocumentAsync
(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) This is called to get a persisted query from cache.
PersistedQueryCache.getPersistedQueryDocumentAsync(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)