Package ca.uhn.fhir.jpa.api.svc
Class ResolveIdentityMode.Builder
java.lang.Object
ca.uhn.fhir.jpa.api.svc.ResolveIdentityMode.Builder
- Enclosing class:
ResolveIdentityMode
-
Method Summary
Modifier and TypeMethodDescriptioncacheOk()
Cached results are acceptable.In this mode, the cache won't be used unless deletes are disabled on this server (meaning that the deleted status of a resource is not able to change)
-
Method Details
-
cacheOk
Cached results are acceptable. This mode is obviously more efficient since it'll always try the cache first, but it should not be used in cases where it matters whether the deleted status has changed for a resource. -
noCacheUnlessDeletesDisabled
In this mode, the cache won't be used unless deletes are disabled on this server (meaning that the deleted status of a resource is not able to change)
-