Class EhcacheInteractiveContinuationStorage
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v2.storage.JCacheInteractiveContinuationStorage
org.openehealth.ipf.commons.ihe.hl7v2.storage.EhcacheInteractiveContinuationStorage
- All Implemented Interfaces:
InteractiveContinuationStorage
@Deprecated(forRemoval=true,
since="5.0.0")
public class EhcacheInteractiveContinuationStorage
extends JCacheInteractiveContinuationStorage
Deprecated, for removal: This API element is subject to removal in a future version.
An JCache-based implementation of
InteractiveContinuationStorage
.- Author:
- Dmytro Rud
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.hl7v2.storage.JCacheInteractiveContinuationStorage
JCacheInteractiveContinuationStorage.InteractiveContinuationChain
-
Constructor Summary
ConstructorsConstructorDescriptionEhcacheInteractiveContinuationStorage
(javax.cache.Cache<String, JCacheInteractiveContinuationStorage.InteractiveContinuationChain> 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.JCacheInteractiveContinuationStorage
delete, get, put
-
Constructor Details
-
EhcacheInteractiveContinuationStorage
public EhcacheInteractiveContinuationStorage(javax.cache.Cache<String, JCacheInteractiveContinuationStorage.InteractiveContinuationChain> cache) Deprecated, for removal: This API element is subject to removal in a future version.
-