
Uses of Interface
ca.uhn.fhir.jpa.search.cache.ISearchResultCacheSvc
Packages that use ISearchResultCacheSvc
Package
Description
-
Uses of ISearchResultCacheSvc in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config that return ISearchResultCacheSvc -
Uses of ISearchResultCacheSvc in ca.uhn.fhir.jpa.search
Constructors in ca.uhn.fhir.jpa.search with parameters of type ISearchResultCacheSvcModifierConstructorDescriptionSearchCoordinatorSvcImpl
(ca.uhn.fhir.context.FhirContext theContext, JpaStorageSettings theStorageSettings, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, HapiTransactionService theTxService, ISearchCacheSvc theSearchCacheSvc, ISearchResultCacheSvc theSearchResultCacheSvc, DaoRegistry theDaoRegistry, SearchBuilderFactory<JpaPid> theSearchBuilderFactory, ISynchronousSearchSvc theSynchronousSearchSvc, PersistedJpaBundleProviderFactory thePersistedJpaBundleProviderFactory, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, SearchStrategyFactory theSearchStrategyFactory, ExceptionService theExceptionSvc, org.springframework.beans.factory.BeanFactory theBeanFactory) Constructor -
Uses of ISearchResultCacheSvc in ca.uhn.fhir.jpa.search.builder.tasks
Fields in ca.uhn.fhir.jpa.search.builder.tasks declared as ISearchResultCacheSvcModifier and TypeFieldDescriptionprotected final ISearchResultCacheSvc
SearchTask.mySearchResultCacheSvc
Constructors in ca.uhn.fhir.jpa.search.builder.tasks with parameters of type ISearchResultCacheSvcModifierConstructorDescriptionSearchContinuationTask
(SearchTaskParameters theCreationParams, HapiTransactionService theTxService, ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SearchBuilderFactory theSearchBuilderFactory, ISearchResultCacheSvc theSearchResultCacheSvc, JpaStorageSettings theStorageSettings, ISearchCacheSvc theSearchCacheSvc, ca.uhn.fhir.rest.server.IPagingProvider thePagingProvider, ExceptionService theExceptionSvc) SearchTask
(SearchTaskParameters theCreationParams, HapiTransactionService theManagedTxManager, ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SearchBuilderFactory theSearchBuilderFactory, ISearchResultCacheSvc theSearchResultCacheSvc, JpaStorageSettings theStorageSettings, ISearchCacheSvc theSearchCacheSvc, ca.uhn.fhir.rest.server.IPagingProvider thePagingProvider) Constructor -
Uses of ISearchResultCacheSvc in ca.uhn.fhir.jpa.search.cache
Classes in ca.uhn.fhir.jpa.search.cache that implement ISearchResultCacheSvc