
Package ca.uhn.fhir.jpa.cache
Interface ISearchParamIdentityCacheSvc
public interface ISearchParamIdentityCacheSvc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
findOrCreateSearchParamIdentity
(Long theHashIdentity, String theResourceType, String theParamName) boolean
Are any database actions currently pending from this service?
-
Method Details
-
hasInFlightTasks
boolean hasInFlightTasks()Are any database actions currently pending from this service? This is mostly provided as a convenience for unit tests -
findOrCreateSearchParamIdentity
void findOrCreateSearchParamIdentity(Long theHashIdentity, String theResourceType, String theParamName)
-