
Uses of Interface
ca.uhn.fhir.jpa.search.cache.ISearchCacheSvc
Packages that use ISearchCacheSvc
Package
Description
-
Uses of ISearchCacheSvc in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config that return ISearchCacheSvc -
Uses of ISearchCacheSvc in ca.uhn.fhir.jpa.search
Methods in ca.uhn.fhir.jpa.search with parameters of type ISearchCacheSvcModifier and TypeMethodDescriptionvoid
PersistedJpaBundleProvider.setSearchCacheSvcForUnitTest
(ISearchCacheSvc theSearchCacheSvc) Constructors in ca.uhn.fhir.jpa.search with parameters of type ISearchCacheSvcModifierConstructorDescriptionSearchCoordinatorSvcImpl
(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 ISearchCacheSvc in ca.uhn.fhir.jpa.search.builder.tasks
Constructors in ca.uhn.fhir.jpa.search.builder.tasks with parameters of type ISearchCacheSvcModifierConstructorDescriptionSearchContinuationTask
(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 ISearchCacheSvc in ca.uhn.fhir.jpa.search.cache
Classes in ca.uhn.fhir.jpa.search.cache that implement ISearchCacheSvc