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(forRemoval=true) public class EhcachePaginationStorage extends JCachePaginationStorage
Deprecated, for removal: This API element is subject to removal in a future version.
Ehcache-based pagination storage.
Since:
4.3
Author:
Dmytro Rud
  • Constructor Details

    • EhcachePaginationStorage

      public EhcachePaginationStorage(javax.cache.Cache<String,Object> cache, boolean needSerialization)
      Deprecated, for removal: This API element is subject to removal in a future version.