Uses of Interface
graphql.execution.preparsed.persisted.PersistedQueryCacheMiss
-
Packages that use PersistedQueryCacheMiss Package Description graphql.execution.preparsed.persisted -
-
Uses of PersistedQueryCacheMiss in graphql.execution.preparsed.persisted
Methods in graphql.execution.preparsed.persisted with parameters of type PersistedQueryCacheMiss Modifier and Type Method Description PreparsedDocumentEntryInMemoryPersistedQueryCache. getPersistedQueryDocument(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)PreparsedDocumentEntryPersistedQueryCache. getPersistedQueryDocument(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)default java.util.concurrent.CompletableFuture<PreparsedDocumentEntry>PersistedQueryCache. getPersistedQueryDocumentAsync(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)This is called to get a persisted query from cache.
-