Class ResolveIdentityMode.Builder

java.lang.Object
ca.uhn.fhir.jpa.api.svc.ResolveIdentityMode.Builder
Enclosing class:
ResolveIdentityMode

public static class ResolveIdentityMode.Builder extends Object
  • 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)