Package ca.uhn.fhir.jpa.util
Class MemoryCacheService.ForcedIdCacheKey
java.lang.Object
ca.uhn.fhir.jpa.util.MemoryCacheService.ForcedIdCacheKey
- Enclosing class:
MemoryCacheService
-
Constructor Summary
ConstructorDescriptionForcedIdCacheKey
(String theResourceType, String theResourceId, RequestPartitionId theRequestPartitionId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
org.hl7.fhir.instance.model.api.IIdType
toIdType
(ca.uhn.fhir.context.FhirContext theFhirCtx) Creates and returns a new unqualified versionless IIdType instanceorg.hl7.fhir.instance.model.api.IIdType
toIdTypeWithoutResourceType
(ca.uhn.fhir.context.FhirContext theFhirCtx) Creates and returns a new unqualified versionless IIdType instance
-
Constructor Details
-
ForcedIdCacheKey
public ForcedIdCacheKey(@Nullable String theResourceType, @Nonnull String theResourceId, @Nonnull RequestPartitionId theRequestPartitionId)
-
-
Method Details
-
equals
-
hashCode
-
toIdType
Creates and returns a new unqualified versionless IIdType instance -
toIdTypeWithoutResourceType
public org.hl7.fhir.instance.model.api.IIdType toIdTypeWithoutResourceType(ca.uhn.fhir.context.FhirContext theFhirCtx) Creates and returns a new unqualified versionless IIdType instance
-