public class CachingInteractiveHl7v2ContinuationStorage extends Object implements org.openehealth.ipf.commons.ihe.hl7v2.storage.InteractiveContinuationStorage
| Constructor and Description |
|---|
CachingInteractiveHl7v2ContinuationStorage(org.springframework.cache.CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(String chainId) |
ca.uhn.hl7v2.model.Message |
get(String continuationPointer,
String chainId) |
void |
put(String continuationPointer,
String chainId,
ca.uhn.hl7v2.model.Message fragment) |
public CachingInteractiveHl7v2ContinuationStorage(org.springframework.cache.CacheManager cacheManager)
public void put(String continuationPointer, String chainId, ca.uhn.hl7v2.model.Message fragment)
put in interface org.openehealth.ipf.commons.ihe.hl7v2.storage.InteractiveContinuationStoragepublic ca.uhn.hl7v2.model.Message get(String continuationPointer, String chainId)
get in interface org.openehealth.ipf.commons.ihe.hl7v2.storage.InteractiveContinuationStoragepublic boolean delete(String chainId)
delete in interface org.openehealth.ipf.commons.ihe.hl7v2.storage.InteractiveContinuationStorageCopyright © 2019 Open eHealth Foundation. All rights reserved.