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
-
Constructor Details
-
ForcedIdCacheKey
public ForcedIdCacheKey(@Nullable String theResourceType, @Nonnull String theResourceId, @Nonnull RequestPartitionId theRequestPartitionId)
-
-
Method Details