Class EhcacheUnsolicitedFragmentationStorage
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v2.storage.JCacheUnsolicitedFragmentationStorage
org.openehealth.ipf.commons.ihe.hl7v2.storage.EhcacheUnsolicitedFragmentationStorage
- All Implemented Interfaces:
UnsolicitedFragmentationStorage
@Deprecated(forRemoval=true,
since="5.0.0")
public class EhcacheUnsolicitedFragmentationStorage
extends JCacheUnsolicitedFragmentationStorage
Deprecated, for removal: This API element is subject to removal in a future version.
A storage of HL7 v2 unsolicited fragmentation accumulators.
- Author:
- Dmytro Rud
-
Constructor Summary
ConstructorsConstructorDescriptionEhcacheUnsolicitedFragmentationStorage
(javax.cache.Cache<String, StringBuilder> cache) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.ihe.hl7v2.storage.JCacheUnsolicitedFragmentationStorage
getAndRemove, put
-
Constructor Details
-
EhcacheUnsolicitedFragmentationStorage
Deprecated, for removal: This API element is subject to removal in a future version.
-