Class EhcachePaginationStorage
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.controls.pagination.JCachePaginationStorage
org.openehealth.ipf.commons.ihe.hpd.controls.pagination.EhcachePaginationStorage
- All Implemented Interfaces:
PaginationStorage
Deprecated, for removal: This API element is subject to removal in a future version.
Ehcache-based pagination storage.
- Since:
- 4.3
- Author:
- Dmytro Rud
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openehealth.ipf.commons.ihe.hpd.controls.pagination.PaginationStorage
PaginationStorage.TakeResult -
Constructor Summary
ConstructorsConstructorDescriptionEhcachePaginationStorage(javax.cache.Cache<String, Object> cache, boolean needSerialization) 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.hpd.controls.pagination.JCachePaginationStorage
store, take
-
Constructor Details
-
EhcachePaginationStorage
Deprecated, for removal: This API element is subject to removal in a future version.
-